3 lines
66 B
Text
3 lines
66 B
Text
|
#!/bin/bash
|
||
|
docker system prune -af --filter "until=$((15*24))h"
|