1
0
Fork 0
medicine-config/scripts/docker-cleanup.sh

4 lines
61 B
Bash
Executable File

#!/bin/sh
docker rmi $(docker images -f "dangling=true" -q)