5 líneas
124 B
Plaintext
Archivo Ejecutable
5 líneas
124 B
Plaintext
Archivo Ejecutable
#/bin/bash
|
|
docker system prune -f -a
|
|
docker system prune -f --volumes
|
|
truncate -s 0 /var/lib/docker/containers/*/*-json.log
|