Skip to content

Instantly share code, notes, and snippets.

@Rovel
Created April 25, 2017 21:21
Show Gist options
  • Save Rovel/470309c389040e0cbfb8dcd0e5995fc8 to your computer and use it in GitHub Desktop.
Save Rovel/470309c389040e0cbfb8dcd0e5995fc8 to your computer and use it in GitHub Desktop.
clean docker images
docker rmi `docker images | awk '{ print $3; }'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment