Skip to content

Instantly share code, notes, and snippets.

@MHMDhub
Last active May 9, 2018 18:25
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 MHMDhub/71aa3e2c224a0e49878c60337cb4ea0f to your computer and use it in GitHub Desktop.
Save MHMDhub/71aa3e2c224a0e49878c60337cb4ea0f to your computer and use it in GitHub Desktop.
Docker Cheat-sheet
#get name of container(s)
docker ps
#or docker-compose ps
docker inspect --format="{{.Id}}" nameofcontainer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment