Last active
January 19, 2018 15:21
-
-
Save kevashcraft/41031eacb39a743cdbc7798f9f9224da to your computer and use it in GitHub Desktop.
Docker Compose Run as Container
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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