Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jaredlockhart/31bd07eafc75b2978666e01cd1142cb9 to your computer and use it in GitHub Desktop.
Save jaredlockhart/31bd07eafc75b2978666e01cd1142cb9 to your computer and use it in GitHub Desktop.
# 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