Skip to content

Instantly share code, notes, and snippets.

@li0nel
Created March 5, 2018 09:15
Show Gist options
  • Save li0nel/f45fc569557e68dfc0954da2edbe4de0 to your computer and use it in GitHub Desktop.
Save li0nel/f45fc569557e68dfc0954da2edbe4de0 to your computer and use it in GitHub Desktop.
Docker Machine
docker-machine create -d amazonec2 \
--amazonec2-access-key $AWS_ACCESS_KEY --amazonec2-secret-key $AWS_SECRET_KEY \
--amazonec2-instance-type t2.large --amazonec2-region us-east-1 laravel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment