Skip to content

Instantly share code, notes, and snippets.

@tshauck
Created July 18, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save tshauck/e88af3329765bb54be45 to your computer and use it in GitHub Desktop.
Save tshauck/e88af3329765bb54be45 to your computer and use it in GitHub Desktop.
docker-machine spot
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

Cool!

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