How to pull docker image from docker hub private registry into Azure Container Service (ACS)?
问题 I have setup a private registry in Docker hub (hub.docker.com): rbiswas/http-service. Now I am trying to pull/run this image into Azure Container Service (ACS) cluster vm by following the steps mentioned below: First I ssh into the ACS cluster using command: ssh -i /home/rbiswas/.ssh/acs_rsa -L 2375:localhost:2375 -N rbiswas@swarmclustermgmt.eastasia.cloudapp.azure.com -p 2200 Then I use the following commands in another terminal: docker -H tcp://localhost:2375 login hub.docker.com docker -H