Last active
October 4, 2017 09:53
-
-
Save handakumbura/87d10dada96018af7cf5b5d6ec6baaf5 to your computer and use it in GitHub Desktop.
kt_articlefive_2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker-machine ssh worker1 | |
sudo su | |
echo "<IP of the registrybox VM >" >> /etc/hosts | |
docker-machine ssh swarmmanager1 | |
sudo su | |
echo "<IP of the registrybox VM>" >> /etc/hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment