-
-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possibility to remove unused docker images #956
Comments
Spotify has a garbage collection container that clean up old images. I run
this on a cron schedule on all my docker instances. I can dig up the url
for it later, if you can’t find it.
…On Fri, Jan 12, 2018 at 07:05 CodingSpiderFox ***@***.***> wrote:
I want to be able to remove unused docker images in a similar way like I
can do in portainer.io's UI:
[image: image]
<https://user-images.githubusercontent.com/25173078/34880918-3fc5189a-f7b2-11e7-84cd-1f8cc49266d7.png>
Is there a recipe for this which should automatically find unused images
and delete all of them in a configurable interval
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#956>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABKpSIjHLFD6NYV1cHs2v84KDxn9bzmWks5tJ3S8gaJpZM4Rcadh>
.
|
There's an API call in docker-api for this that we should probably look at. |
tas50
changed the title
Possibility to remove unused docker images (feature request)
Possibility to remove unused docker images
Jan 14, 2018
Unfortunately I don't have the time at the moment to look into it. Hopefully this will change in a few weeks |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I want to be able to remove unused docker images in a similar way like I can do in portainer.io's UI:
Is there a recipe for this which should automatically find unused images and delete all of them in a configurable interval
The text was updated successfully, but these errors were encountered: