Skip to content

Instantly share code, notes, and snippets.

@highercomve
Forked from domachine/docker-compose-daemon.sh
Created October 10, 2016 16:14
Show Gist options
  • Save highercomve/cb88fd342f3177845691efc72b30f1bc to your computer and use it in GitHub Desktop.
Save highercomve/cb88fd342f3177845691efc72b30f1bc 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