moby--moby/daemon/cluster
Sebastiaan van Stijn 84d5ab96ef
fix validation of non-existing bind-mount source
Unlike `docker run -v..`, `docker service create --mount`
does not allow bind-mounting non-existing host paths.

This adds validation for the specified `source`, and
produces an error if the path is not found on the
host.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2016-08-08 17:24:00 +02:00
..
convert Remove join-tokens from the /info API 2016-07-27 18:11:51 -07:00
executor fix validation of non-existing bind-mount source 2016-08-08 17:24:00 +02:00
provider fix some typos 2016-06-21 15:29:25 +08:00
cluster.go Add --force to node removal 2016-08-01 18:55:58 -07:00
filters.go Allow partial name match for `node ls`, and `node tasks` 2016-07-20 08:16:10 -07:00
helpers.go Fix spelling in comments, strings and documentation 2016-07-03 20:58:11 +03:00
listen_addr.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00
listen_addr_linux.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00
listen_addr_others.go Only consider "device" interfaces in address autodetection on Linux 2016-08-02 10:54:43 -07:00