mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
The code in question looks up mounts two times: first by using HasMountFor(), and then directly by looking in container.MountPoints. There is no need to do it twice. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: eab3ac3e70a510b97f9399efd13e3dc01a07c413 Component: engine