docker-machine create --driver generic
Last active
August 29, 2015 14:26
-
-
Save jtyberg/771511c32d53b9576971 to your computer and use it in GitHub Desktop.
KISS docker-machine create generic
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/bash | |
docker-machine create --driver generic --generic-ip-address $1 --generic-ssh-key $2 --engine-storage-driver $3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment