2023-01-05 11:44:26 +01:00

5 lines
83 B
Bash
Executable File

#!/bin/bash
docker volume prune -f
docker container prune -f
docker image prune -f