docs/daemon/cluster/executor/container
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 2bc2165cbf3e949921d1659f09841b5f008f590d)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-07-08 15:31:23 -07:00
..
adapter.go Updating header name and executor 2016-07-01 00:39:51 -07:00
container.go Volume mounts need to use "Binds" API field 2016-07-08 15:31:23 -07:00
controller.go Remove log warning on task update 2016-06-30 16:47:48 -07:00
errors.go Add Swarm management backend 2016-06-13 22:16:18 -07:00
executor.go Add Swarm management backend 2016-06-13 22:16:18 -07:00