mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixes #4741 Right now volumes from expected a dir and not a file so when the drivers tried to do the bind mount, the destination was a dir, not a file so it fails to run. Docker-DCO-1.1-Signed-off-by: Michael Crosby <michael@crosbymichael.com> (github: crosbymichael) |
||
|---|---|---|
| .. | ||
| execdriver | ||
| graphdriver | ||
| networkdriver | ||
| container.go | ||
| container_unit_test.go | ||
| runtime.go | ||
| runtime_aufs.go | ||
| runtime_btrfs.go | ||
| runtime_devicemapper.go | ||
| runtime_no_aufs.go | ||
| server.go | ||
| sorter.go | ||
| state.go | ||
| utils.go | ||
| volumes.go | ||