Created
March 5, 2018 09:15
-
-
Save li0nel/f45fc569557e68dfc0954da2edbe4de0 to your computer and use it in GitHub Desktop.
Docker Machine
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
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