Skip to content

Docker image that prunes images with no associated containers, daily.

License

Notifications You must be signed in to change notification settings

ixc/autoprune-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Docker image that prunes images with no associated containers, daily.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published