Skip to content

Instantly share code, notes, and snippets.

@simeg
Created September 17, 2017 18:33
Show Gist options
  • Save simeg/1c92d3176fc199c89070be6b0612210c to your computer and use it in GitHub Desktop.
Save simeg/1c92d3176fc199c89070be6b0612210c to your computer and use it in GitHub Desktop.
Delete all unttagged Docker images

$ docker rmi $(docker images -a | grep "^<none>" | awk '{print $3}')

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