Skip to content

Instantly share code, notes, and snippets.

@satellitex
Created January 28, 2023 21:12
Show Gist options
  • Save satellitex/3af0ffc1f4e773f3416ba0f0ae49d557 to your computer and use it in GitHub Desktop.
Save satellitex/3af0ffc1f4e773f3416ba0f0ae49d557 to your computer and use it in GitHub Desktop.
Docker の <none> image をすべて消す
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