Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 311 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 311 Bytes

autoprune

Docker image that prunes build cache, buildx cache and images with no associated containers, daily.

Usage

Run:

$ docker run \
-d \
-e BUILD_CACHE_SIZE=50G \
--name autoprune \
--restart always \
-v /var/run/docker.sock:/var/run/docker.sock \
interaction/autoprune