Created
July 13, 2016 20:14
-
-
Save jaredlockhart/31bd07eafc75b2978666e01cd1142cb9 to your computer and use it in GitHub Desktop.
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
| # individual machine | |
| docker-machine create -d amazonec2 \ | |
| --amazonec2-access-key=asdf \ | |
| --amazonec2-secret-key=asdf \ | |
| --amazonec2-region=us-east-1 \ | |
| --amazonec2-zone=c \ | |
| --amazonec2-vpc-id=asdf \ | |
| --amazonec2-subnet-id=asdf \ | |
| --amazonec2-instance-type="m4.xlarge" \ | |
| mymachine1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment