Last active
March 16, 2020 05:43
-
-
Save trentmurray/3f8904a27027a19edc4785a22899d449 to your computer and use it in GitHub Desktop.
Our docker-machine install command
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
#!/bin/zsh | |
docker-machine create --driver=virtualbox ${1} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment