Last active
May 9, 2018 18:25
-
-
Save MHMDhub/71aa3e2c224a0e49878c60337cb4ea0f to your computer and use it in GitHub Desktop.
Docker Cheat-sheet
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
#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