You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-machine ssh lab "echo $'EXTRA_ARGS=\"\$EXTRA_ARGS --insecure-registry <INSTRUCTOR_IP>:5000\"' | sudo tee -a /var/lib/boot2docker/profile && sudo /etc/init.d/docker restart"
153
+
docker-machine ssh lab "echo $'EXTRA_ARGS=\"\$EXTRA_ARGS --insecure-registry dockerlab:5000\"' | sudo tee -a /var/lib/boot2docker/profile && sudo /etc/init.d/docker restart"
154
154
eval "$(docker-machine env lab)"
155
155
----
156
156
+
157
157
Substitute `<INSTRUCTOR_IP>` with the IP address of the instructor's machine.
158
158
+
159
-
This will allow to download all Docker images from instructor's machine.
159
+
This will allow to download all Docker images from instructor's machine, using both IP address and hostname.
160
160
+
161
161
. Add a host entry for this Docker Host running on your machine. To make it easier to access the containers, we add an entry into the host mapping table of your operating system. Find out the IP address of your machine:
0 commit comments