4 lines
78 B
Bash
4 lines
78 B
Bash
#!/bin/sh
|
|
|
|
docker rmi $(docker images --filter "dangling=true" -q --no-trunc)
|