Skip to content

Instantly share code, notes, and snippets.

@hesoyamcode
Last active May 13, 2018 16:54
Show Gist options
  • Save hesoyamcode/eef2a371ca4397fd33e70b779a7a907c to your computer and use it in GitHub Desktop.
Save hesoyamcode/eef2a371ca4397fd33e70b779a7a907c to your computer and use it in GitHub Desktop.
Docker remove previous image
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