Created
January 30, 2018 10:43
-
-
Save tosbourn/0186aeebde49ddfe06025a8e3471af39 to your computer and use it in GitHub Desktop.
Some docker commands I always forget
This file contains hidden or 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-compose up #runs docker compose (looks at docker-compose.yml) | |
docker ps # lists all containers | |
docker exec -it `docker container id` bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment