diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-07 21:23:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-07 21:23:54 +0100 |
commit | 3ec9ee090e18e79c20e6f76274ce582b656be91c (patch) | |
tree | 1303b9a5a2bb414fb5e8470fdcff4839ab7062df /docs/source/markdown | |
parent | d919961f621d0b9eb70b971fc8e8915ee279ab60 (diff) | |
parent | 4e5e9dbec2313b07a4c10ddfd5bc7d23e3fa34f6 (diff) | |
download | podman-3ec9ee090e18e79c20e6f76274ce582b656be91c.tar.gz podman-3ec9ee090e18e79c20e6f76274ce582b656be91c.tar.bz2 podman-3ec9ee090e18e79c20e6f76274ce582b656be91c.zip |
Merge pull request #4466 from giuseppe/notmpcopyup
mount: add new options nocopyup|copyup for tmpfs
Diffstat (limited to 'docs/source/markdown')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 4 | ||||
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index c10cf2cfa..d9ee69f82 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -498,6 +498,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 diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index 75f1f94ce..28b00ee29 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -509,6 +509,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 |