diff options
Diffstat (limited to 'docs/podman-create.1.md')
-rw-r--r-- | docs/podman-create.1.md | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/podman-create.1.md b/docs/podman-create.1.md index 36a7fda11..b796717ae 100644 --- a/docs/podman-create.1.md +++ b/docs/podman-create.1.md @@ -658,9 +658,6 @@ will convert /foo into a `shared` mount point. Alternatively one can directly change propagation properties of source mount. Say `/` is source mount for `/foo`, then use `mount --make-shared /` to convert `/` into a `shared` mount. -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. - **--volumes-from**[=*CONTAINER*[:*OPTIONS*]] Mount volumes from the specified container(s). |