4 lines
94 B
Text
4 lines
94 B
Text
|
#!/bin/sh
|
||
|
|
||
|
docker system prune --all --volumes --force | tail -n 1 && df -h | grep -v overlay
|