Created
January 10, 2019 17:18
-
-
Save arsham/1c4e0291a52a413c4a5135c3923c819b to your computer and use it in GitHub Desktop.
Reload #docker daemon on #docker-machine
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
for i in `seq 1 10`; | |
do docker-machine ssh vm$i sudo /etc/init.d/docker restart | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment