moby--moby/daemon/cluster
Brian Goff 855dc5ba79 Volume mounts need to use "Binds" API field
Swarm was putting volume type mounts into the container config's
"Volumes" field, but really these need to go into "Binds".
"Volumes" is only for normal "-v /foo" volumes, not named volumes or
anything else.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 2bc2165cbf)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-08 15:31:23 -07:00
..
convert Add support for external CAs 2016-07-01 00:40:37 -07:00
executor Volume mounts need to use "Binds" API field 2016-07-08 15:31:23 -07:00
provider Fix misspell typos 2016-06-30 16:47:43 -07:00
cluster.go Adding a flag to specify sending of registry auth 2016-07-01 00:40:31 -07:00
filters.go rename desired_state filter to desired-state 2016-07-08 15:31:22 -07:00
helpers.go Add Swarm management backend 2016-06-13 22:16:18 -07:00