Skip to content

Instantly share code, notes, and snippets.

@domachine
Created April 28, 2015 16:29
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save domachine/e6eb96089831004c54ef to your computer and use it in GitHub Desktop.
Save domachine/e6eb96089831004c54ef to your computer and use it in GitHub Desktop.
run docker-compose in daemon mode and attach to web container
docker-compose up -d
docker attach myapp_web_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment