mirror of
https://github.com/docker/cli.git
synced 2026-09-09 10:05:21 -05:00
Fixes #9709 In cases where the volumes-from container is removed and the consuming container is restarted, docker was trying to re-apply volumes from that now missing container, which is uneccessary since the volumes are already applied. Also cleaned up the volumes-from parsing function, which was doing way more than it should have been. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: a738df0354cc615c8d0fa3254621b3db811fe0b9 Component: engine