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