Created
April 4, 2019 18:47
-
-
Save antelio/af7d6eff35bc0bac8f67c50426f2fcb5 to your computer and use it in GitHub Desktop.
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 --driver=vmwareworkstation --vmwareworkstation-memory-size 4096 --vmwareworkstation-cpu-count 4 default | |
& "C:\ProgramData\chocolatey\lib\docker-machine\bin\docker-machine.exe" env --shell powershell default | Invoke-Expression | |
docker-compose up --build | |
docker-compose run web rails db:create | |
docker-compose stop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment