Last active
May 13, 2018 16:54
-
-
Save hesoyamcode/eef2a371ca4397fd33e70b779a7a907c to your computer and use it in GitHub Desktop.
Docker remove previous image
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
Docker command to remove only dangling images | |
docker rmi $(docker images --filter "dangling=true" -q --no-trunc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment