2 lines
96 B
Bash
Executable file
2 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
docker images -q -f dangling=true | xargs --no-run-if-empty --delim='\n' docker rmi
|