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