Portable version of my docker-clean script intended to be run on any host capable of running Docker
Go to file
2018-07-07 11:52:17 +02:00
docker-clean Initial version 2018-07-07 11:48:19 +02:00
Dockerfile Initial version 2018-07-07 11:48:19 +02:00
LICENSE Add meta files 2018-07-07 11:52:17 +02:00
README.md Add meta files 2018-07-07 11:52:17 +02:00

Luzifer-docker / docker-clean

docker-clean is a portable version of my docker-clean script intended to be run on any host capable of running Docker.

The main reason to create this was I found different constellations of awk tools installed on different systems and some of them (for example mawk installed by Debian) broke the script. This container contains everything required to execute the script in a most minimal fashion.

Usage

$ docker run --rm -ti -v /var/run/docker.sock:/var/run/docker.sock luzifer/docker-clean
Removing containers created / exited >= ~1h ago...
[...]