mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
The default docker volume prune only removes anonymous volumes, but the example output included "my-named-vol" which is a named volume. Removed it to match the documented behavior. Fixes #24007