mirror of
https://github.com/docker/cli.git
synced 2026-09-03 02:24:26 -05:00
This fixes an issue where `docker run -v foo:/bar --volume-driver <remote driver>` -> daemon restart -> `docker run -v foo:/bar` would make a `local` volume after the restart instead of using the existing volume from the remote driver. Signed-off-by: Brian Goff <cpuguy83@gmail.com> Upstream-commit: 00ec6102d993a752bd8dfb4ee393a4e58e59a4fe Component: engine