1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-03-20 09:19:18 -09:00
dotfiles/bin/docker-clean-images

3 lines
68 B
Text
Raw Normal View History

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