Created
April 4, 2018 16:18
-
-
Save nomanHasan/376a0189688a474d065969d4e16d1395 to your computer and use it in GitHub Desktop.
Docker Common Commands
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 Single Delete | |
docker rmi #id | |
# Kill containers | |
docker rm $(docker ps -a -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment