Skip to content

Instantly share code, notes, and snippets.

@adrianolsk
Created August 19, 2019 01:09
Show Gist options
  • Save adrianolsk/41a2c544a1fad2273a9aefeb21187e73 to your computer and use it in GitHub Desktop.
Save adrianolsk/41a2c544a1fad2273a9aefeb21187e73 to your computer and use it in GitHub Desktop.
remove none docker images
# to remove
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
# build images using
docker build --rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment