1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/volume
Brian Goff 9e35dea991 Use container Mounts API for Swarm containers.
Instead of converting nicely typed service mounts into untyped `Binds`
when creating containers, use the new `Mounts` API which is a 1-1
mapping between service mounts and container mounts.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 821aeb6a6f)
Signed-off-by: Victor Vieux <victorvieux@gmail.com>
2016-11-22 16:13:28 -08:00
..
drivers
local
store
testutils
validate.go
validate_test.go
validate_test_unix.go
validate_test_windows.go
volume.go
volume_copy.go
volume_copy_unix.go
volume_copy_windows.go
volume_linux.go Use container Mounts API for Swarm containers. 2016-11-22 16:13:28 -08:00
volume_linux_test.go
volume_propagation_linux.go
volume_propagation_linux_test.go
volume_propagation_unsupported.go
volume_test.go
volume_unix.go
volume_unsupported.go
volume_windows.go