From 0e72a6ff8115ab775fde8ad7fe1c133a15251d1a Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 20 Sep 2017 16:43:15 +0200 Subject: [PATCH] Fix nocopy description nocopy does not apply to bind mounts, only volumes Signed-off-by: Sebastiaan van Stijn --- man/src/container/create.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/man/src/container/create.md b/man/src/container/create.md index 8df663a8a6..c680d54f8c 100644 --- a/man/src/container/create.md +++ b/man/src/container/create.md @@ -84,4 +84,5 @@ change propagation properties of source mount. Say `/` is source mount for To disable automatic copying of data from the container path to the volume, use -the `nocopy` flag. The `nocopy` flag can be set on bind mounts and named volumes. +the `nocopy` flag. The `nocopy` flag can be set on named volumes, and does not +apply to bind mounts..