Skip to content

Instantly share code, notes, and snippets.

@springcoil
Forked from tshauck/machine-create.sh
Last active August 29, 2015 14:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save springcoil/24bdf69036c59882c05a to your computer and use it in GitHub Desktop.
Save springcoil/24bdf69036c59882c05a to your computer and use it in GitHub Desktop.
docker-machine create \
--driver amazonec2 \
--amazonec2-access-key $ACCESS_KEY \
--amazonec2-secret-key $SECRET_KEY \
--amazonec2-vpc-id $VPC \
--amazonec2-security-group $SECURITY_GROUP \
--amazonec2-instance-type "m4.2xlarge" \
--amazonec2-root-size 20 \
--amazonec2-request-spot-instance \
--amazonec2-spot-price 0.20 \
analysis
@springcoil
Copy link
Author

Thanks trent hauck

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment