-
Notifications
You must be signed in to change notification settings - Fork 2k
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
timestamps don't work in docker system prune's 'until' filter #2071
Comments
While looking for option to cleanup orphaned things, I tried to use following approach:
It looks that only
Relates to #1512 |
The problem is also with all other prune options, e.g. Indeed, as @pasuder says, |
Same happening to me. Days and weeks not working. Sad to see that this has been flagged since 2019 though... |
Still an issue here :( |
Bump ! |
This is already fixed and was first included in the 24.0 version of the Docker Engine: moby/moby#45294 |
FYI, days and weeks durations ( |
Description
The documentation for
docker system prune
on 19.03 states that theuntil
filter supports timestamps, but it doesn't work.Steps to reproduce the issue:
docker system prune --force --all --filter "until=2006-01-02T15:04:05"
Describe the results you received:
Describe the results you expected:
The prune to work with the timestamp.
Output of
docker version
:Output of
docker info
:The text was updated successfully, but these errors were encountered: