Skip to content

Instantly share code, notes, and snippets.

@redlotus
Forked from domachine/docker-compose-daemon.sh
Created October 13, 2017 05:26
Show Gist options
  • Save redlotus/d49358be2e06d021aa55eba104c108e5 to your computer and use it in GitHub Desktop.
Save redlotus/d49358be2e06d021aa55eba104c108e5 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