docs/daemon/cluster
Brian Goff 2422b48ffb Validate mount paths on task create
This is intended as a minor fix for 1.12.1 so that task creation doesn't
do unexpected things when the user supplies erroneous paths.

In particular, because we're currently using hostConfig.Binds to setup
mounts, if a user uses an absolute path for a volume mount source, or a
non-absolute path for a bind mount source, the engine will do the
opposite of what the user requested since all absolute paths are
treated as binds and all non-absolute paths are treated as named
volumes.

Fixes #25253

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
(cherry picked from commit 38f8b0eb10725c40fb3c7e0719accd240cd39e22)
Signed-off-by: Tibor Vass <tibor@docker.com>
2016-08-11 17:56:46 -07:00
..
convert Remove join-tokens from the /info API 2016-07-27 12:10:49 -07:00
executor Validate mount paths on task create 2016-08-11 17:56:46 -07:00
provider Fix misspell typos 2016-06-30 16:47:43 -07:00
cluster.go Add --force to node removal 2016-08-11 17:56:45 -07:00
filters.go Allow partial name match for `node ls`, and `node tasks` 2016-07-25 23:15:45 -07:00
helpers.go Fix spelling in comments, strings and documentation 2016-07-08 15:31:42 -07:00
listen_addr.go Better error messages when IP address autodetection fails 2016-08-11 17:56:44 -07:00