3 lines
71 B
Bash
Executable File
3 lines
71 B
Bash
Executable File
#!/bin/sh
|
|
docker images -q --filter "dangling=true" | xargs docker rmi
|