Uh oh!
There was an error while loading. Please reload this page.
volumes: prune: add --all / -a option - #4218
Conversation
6860ee8 to
66c38e7CompareCodecov Report
Additional details and impacted files@@ Coverage Diff @@## master #4218 +/- ##
=======================================
Coverage 58.86% 58.86% =======================================
Files 572 572 Lines 49544 49572 +28 =======================================
+ Hits 29162 29182 +20 - Misses 18616 18624 +8
Partials 1766 1766 |
thaJeztah
commented
Apr 20, 2023
/cc @cpuguy83@akerouanton@felipecruz91 ptal |
Uh oh!
There was an error while loading. Please reload this page.
01f2f71 to
bc52fb2CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
bc52fb2 to
0dec5d2ComparethaJeztah
commented
Apr 20, 2023
updated; PTAL |
thaJeztah
commented
Apr 20, 2023
I'm wondering if we should backport this one for 23.0. It's a new flag, but I think we really just forgot to add this flag to the CLI (and it was the original intent to add it, we just overlooked it). Basically, I want to avoid users having to get used to |
tianon
commented
Apr 20, 2023
A backport to 23.x sounds sane to me 😅 |
cpuguy83
commented
Apr 20, 2023
Backport also SGTM. |
In previous versions of the Docker API, `system prune --volumes` and `volume prune` would remove all dangling volumes. With API v1.42, this was changed so that only anonymous volumes would be removed unless the all filter was specified. Some of the docs were updated in docker#4218, however, there were a couple of places left that didn't make the anonymous vs named volumes distinction clear. This replaces docker#4079, which was bitrotted by docker#4218. See also docker#4028. Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
In previous versions of the Docker API, `system prune --volumes` and `volume prune` would remove all dangling volumes. With API v1.42, this was changed so that only anonymous volumes would be removed unless the all filter was specified. Some of the docs were updated in docker#4218, however, there were a couple of places left that didn't make the anonymous vs named volumes distinction clear. This replaces docker#4079, which was bitrotted by docker#4218. See also docker#4028. Closesdocker#4079. Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com>
In previous versions of the Docker API, `system prune --volumes` and `volume prune` would remove all dangling volumes. With API v1.42, this was changed so that only anonymous volumes would be removed unless the all filter was specified. Some of the docs were updated in docker#4218, however, there were a couple of places left that didn't make the anonymous vs named volumes distinction clear. This replaces docker#4079, which was bitrotted by docker#4218. See also docker#4028. Closesdocker#4079. Signed-off-by: Ed Morley <501702+edmorley@users.noreply.github.com> (cherry picked from commit 6e2e92d) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)