Stop all machine: docker-machine ls | while read i; do awk '{print $1;system("docker-machine stop " $1)}'; done
Created
May 9, 2018 08:01
-
-
Save andrewvmail/15c7fe61ca831c73f22ce819dede902e to your computer and use it in GitHub Desktop.
docker-machine helpers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment