mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
882223c0f8
volumes.Get was not checking for symlinked paths meanwhile when adding a new volume it was following the symlink. So when trying to use a bind-mount that is a symlink, the volume is added with the correct path, but when another container tries to use the same volume it got a "Volume exists" error because volumes.Get returned nil and as such attempted to create a new volume. Docker-DCO-1.1-Signed-off-by: Brian Goff <cpuguy83@gmail.com> (github: cpuguy83) |
||
---|---|---|
.. | ||
MAINTAINERS | ||
repository.go | ||
volume.go |