Skip to content

Instantly share code, notes, and snippets.

@macbre
Created December 29, 2017 13:53
Show Gist options
  • Save macbre/7d6d402b0c72cd3123c43ca0a8f649fe to your computer and use it in GitHub Desktop.
Save macbre/7d6d402b0c72cd3123c43ca0a8f649fe to your computer and use it in GitHub Desktop.
Docker helpers
#!/bin/bash
docker rmi -f $(docker images -f "dangling=true" --format "{{.ID}}")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment