Skip to content

Instantly share code, notes, and snippets.

@hyoshida
Created May 18, 2018 09:04
Show Gist options
  • Save hyoshida/f2a6697685d6a41759ca0818013cefb4 to your computer and use it in GitHub Desktop.
Save hyoshida/f2a6697685d6a41759ca0818013cefb4 to your computer and use it in GitHub Desktop.
Remove all docker images
docker images -aq | xargs docker rmi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment