Skip to content

Instantly share code, notes, and snippets.

@jonatassalgado
Created February 7, 2017 15:19
Show Gist options
  • Save jonatassalgado/b7f537a1d91ce13a04e49f668abf69e8 to your computer and use it in GitHub Desktop.
Save jonatassalgado/b7f537a1d91ce13a04e49f668abf69e8 to your computer and use it in GitHub Desktop.
Remove all none container from Docker in linux/ubuntu.
docker rmi -f $(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