Skip to content

Instantly share code, notes, and snippets.

@mmasashi
Created October 5, 2017 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mmasashi/f1fb95c6aecd489608fb313f92469ac6 to your computer and use it in GitHub Desktop.
Save mmasashi/f1fb95c6aecd489608fb313f92469ac6 to your computer and use it in GitHub Desktop.
Clean up docker images
#!/bin/bash
docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment