romantomjak / docker-gc

Docker image garbage collector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-gc

Docker image garbage collector


Terminal

Running

The container requires access to the docker socket in order to function, so you need to map it when running:

$ docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    r00m/docker-gc

Building

$ docker build -t r00m/docker-gc:1.0.0 -t r00m/docker-gc .

License

MIT

About

Docker image garbage collector

License:MIT License


Languages

Language:Python 100.0%