mirror of https://github.com/docker/cli.git
Merge pull request #545 from thaJeztah/fix-nocopy-description
Fix nocopy description
This commit is contained in:
commit
10e292dbab
|
@ -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
|
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..
|
||||||
|
|
Loading…
Reference in New Issue