Created
March 21, 2018 21:33
-
-
Save Bodge-IT/c8c0939f44044f2145517bfc020c02b6 to your computer and use it in GitHub Desktop.
Batch task
This file contains 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
Using for loop | |
for host in docker1 docker2 docker3 docker4; do ssh pi@$host curl -sSL https://get.docker.com | sh; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment