Last active
September 23, 2017 12:26
-
-
Save handakumbura/f658c7cfadadda4aec39805841468d56 to your computer and use it in GitHub Desktop.
kt_articlefive_3
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 swarmmanager1 ping -c 3 registrybox | |
echo $? | |
docker-machine ssh worker1 ping -c 3 registrybox | |
echo $? | |
docker-machine ssh swarmmanager1 docker info | grep registrybox; echo $? | |
docker-machine ssh worker1 docker info | grep registrybox; echo $? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment