microsoft / VSTS-Docker-Preview

Preview repo for Docker extension
16 stars 8 forks source link

Allow use from Azure Container Services #3

Open giggio opened 8 years ago

giggio commented 8 years ago

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.

RoopeshNair commented 8 years ago

@giggio,

We have this on our backlog. However it will be couple of sprints before we get there.