Skip to content

Instantly share code, notes, and snippets.

@nzoschke
Created January 27, 2016 23:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nzoschke/32633ec7766bff14225f to your computer and use it in GitHub Desktop.
Save nzoschke/32633ec7766bff14225f to your computer and use it in GitHub Desktop.
# 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