Created
January 27, 2016 23:11
-
-
Save nzoschke/32633ec7766bff14225f 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
# Save the AWS Convox API environment to .env | |
$ convox ps --app convox | |
ID NAME RELEASE SIZE STARTED COMMAND | |
7e41311911f7 registry 20160127162722 256 3 hours ago /docker-entrypoint.sh | |
7a3ef788202b web | |
$ convox exec --app convox 7a3ef788202b env > .env | |
# Start a Docker Machine environment | |
$ docker-machine start default | |
$ eval $(docker-machine env default) | |
# Start a local Convox API server | |
$ cd convox/rack | |
$ convox start | |
# Log into the local API | |
$ convox login $(docker-machine ip default) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment