Skip to content

Instantly share code, notes, and snippets.

@bikashsharmabks
Forked from fojuth/rm-none-docker
Created May 21, 2018 10:22
Show Gist options
  • Select an option

  • Save bikashsharmabks/6146c1b95c74894b40388d2fc98a2ef4 to your computer and use it in GitHub Desktop.

Select an option

Save bikashsharmabks/6146c1b95c74894b40388d2fc98a2ef4 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