diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2018-08-07 07:14:15 -0600 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-08-08 13:34:14 +0000 |
commit | d1257b1a0bdf28072610a3a9ead424d4f3cfe5cb (patch) | |
tree | 31bf28efd3dc82336960e48754fa13b5156c57ee /docs/podman-create.1.md | |
parent | 71793f9f8a26bc2593968f61a68c0bb42f9da71a (diff) | |
download | podman-d1257b1a0bdf28072610a3a9ead424d4f3cfe5cb.tar.gz podman-d1257b1a0bdf28072610a3a9ead424d4f3cfe5cb.tar.bz2 podman-d1257b1a0bdf28072610a3a9ead424d4f3cfe5cb.zip |
Cleanup man pages
podman does not support nocopy so remove reference in the man page.
podman build now supports --isolation, so add documentation.
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Closes: #1225
Approved by: TomSweeneyRedHat
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). |