Skip to content

Instantly share code, notes, and snippets.

@aurora1625
Created March 9, 2020 03:04
Show Gist options
  • Save aurora1625/cb49a137ea62c3c6e62c33095dc6ca79 to your computer and use it in GitHub Desktop.
Save aurora1625/cb49a137ea62c3c6e62c33095dc6ca79 to your computer and use it in GitHub Desktop.
docker

force the remove of the image even if it is used by containers or having multiple tags

docker rmi -f <IMAGE_ID>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment