diff options
author | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-11-06 21:36:18 +0100 |
---|---|---|
committer | Giuseppe Scrivano <gscrivan@redhat.com> | 2019-11-07 18:24:02 +0100 |
commit | 4e5e9dbec2313b07a4c10ddfd5bc7d23e3fa34f6 (patch) | |
tree | e0ef774e9109c3a7fb20f10ad270f8e31e0b723a /docs/source/markdown/podman-create.1.md | |
parent | 581a7ec2984c2c125ff255c9aca62f2547c7d46f (diff) | |
download | podman-4e5e9dbec2313b07a4c10ddfd5bc7d23e3fa34f6.tar.gz podman-4e5e9dbec2313b07a4c10ddfd5bc7d23e3fa34f6.tar.bz2 podman-4e5e9dbec2313b07a4c10ddfd5bc7d23e3fa34f6.zip |
mount: add new options nocopyup|copyup for tmpfs
add a way to disable tmpcopyup for tmpfs.
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index 2e0dd934c..7f6243298 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -500,6 +500,10 @@ Current supported mount TYPES are `bind`, `volume`, and `tmpfs`. · tmpfs-mode: File mode of the tmpfs in octal. (e.g. 700 or 0700.) Defaults to 1777 in Linux. + · tmpcopyup: Enable copyup from the image directory at the same location to the tmpfs. Used by default. + + · notmpcopyup: Disable copying files from the image to the tmpfs. + **--name**=*name* Assign a name to the container |