mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
- Call the function that create an event entry while volumes are pruning. - Pass volume.Volume type on volumeRm instead of a name. Volume lookup is done on the exported VolumeRm function. - Skip volume deletion when force option used and it does not exists. Signed-off-by: Nicolas Sterchele <sterchele.nicolas@gmail.com> Upstream-commit: 63864ad8c17f0119a38af3cb9b1bc64a8afd0584 Component: engine