Skip to content

Instantly share code, notes, and snippets.

@ohmerhe
Forked from fojuth/rm-none-docker
Created November 6, 2018 06:59
Show Gist options
  • Save ohmerhe/32386a0f4d47d5787937ac727e5b8c63 to your computer and use it in GitHub Desktop.
Save ohmerhe/32386a0f4d47d5787937ac727e5b8c63 to your computer and use it in GitHub Desktop.
Remove <none> Docker images
docker rmi $(docker images | grep "^<none>" | awk "{print $3}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment