Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@tosbourn
Created January 30, 2018 10:43
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 tosbourn/0186aeebde49ddfe06025a8e3471af39 to your computer and use it in GitHub Desktop.
Save tosbourn/0186aeebde49ddfe06025a8e3471af39 to your computer and use it in GitHub Desktop.
Some docker commands I always forget
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