Skip to content

Instantly share code, notes, and snippets.

@kevashcraft
Last active January 19, 2018 15:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevashcraft/41031eacb39a743cdbc7798f9f9224da to your computer and use it in GitHub Desktop.
Save kevashcraft/41031eacb39a743cdbc7798f9f9224da to your computer and use it in GitHub Desktop.
Docker Compose Run as Container
docker run \
-it \
-v $(pwd):/config \
-v /var/run/docker.sock:/var/run/docker.sock \
docker/compose:1.18.0 \
-f /config/docker-compose.yml up
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment