-
Notifications
You must be signed in to change notification settings - Fork 565
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
How to prune image with filter #843
Comments
Hi @anemptyair, thanks for opening this issue. Do you get any errors? I'm not entirely familiar with that feature. What does the until filter do? (Just want to figure out how to test this locally). |
It is refer : https://docs.docker.com/engine/reference/commandline/image_prune/ |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
@fsouza Can I work on this issue ? |
@pavan541cs go for it! |
Hi guys:
I want to prune images like the command : docker image prune -a --force --filter "until=30m"
How should I set the filter, my code is below:
But it doesn't work , please give me a help, thank u.
The text was updated successfully, but these errors were encountered: