Created
January 31, 2019 11:31
-
-
Save Banhawy/370e37b439ee6487c894a58811c7fe7b to your computer and use it in GitHub Desktop.
[Romove Image] #docker
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
# romeve image by name | |
docker rmi <image name> | |
## romve all images | |
docker rmi $(docker images -a -q) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment