When using ACS we do not have a public secured Docker port, what we get is an ssh endpoint, and then we should forward port 2375. See ACS docs for more info.
So, to be able to use this extension with ACS you should provide another service configuration that uses SSH and port forwarding for a Docker Host.
When using ACS we do not have a public secured Docker port, what we get is an ssh endpoint, and then we should forward port
2375
. See ACS docs for more info. So, to be able to use this extension with ACS you should provide another service configuration that uses SSH and port forwarding for a Docker Host.