mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
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>