1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-01-13 19:11:35 +00:00
dotfiles/bin/docker-clean-images

3 lines
68 B
Text
Raw Normal View History

2018-02-22 14:56:10 +00:00
#!/bin/bash
docker rmi $(docker images -q --filter "dangling=true")