diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-08-04 12:14:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-04 12:14:47 +0200 |
commit | 919e5d4d6e6f4a54fd5b02c3f1352b00b6494936 (patch) | |
tree | e0ee0aada635cb38717075e70bff1794b5df495d /docs/source/markdown/podman-create.1.md | |
parent | 1ed1e583a06288bb2f3058f7d4dff7650af5f3bd (diff) | |
parent | 976e364a9741d10d99a71253bc69bfa8ef47a0f0 (diff) | |
download | podman-919e5d4d6e6f4a54fd5b02c3f1352b00b6494936.tar.gz podman-919e5d4d6e6f4a54fd5b02c3f1352b00b6494936.tar.bz2 podman-919e5d4d6e6f4a54fd5b02c3f1352b00b6494936.zip |
Merge pull request #7209 from giuseppe/support-mount-devpts
podman: support --mount type=devpts
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index fd96d8a53..9267e5729 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -494,7 +494,7 @@ Tune a container's memory swappiness behavior. Accepts an integer between 0 and Attach a filesystem mount to the container -Current supported mount TYPES are `bind`, `volume`, and `tmpfs`. <sup>[[1]](#Footnote1)</sup> +Current supported mount TYPES are `bind`, `volume`, `tmpfs` and `devpts`. <sup>[[1]](#Footnote1)</sup> e.g. @@ -506,6 +506,8 @@ Current supported mount TYPES are `bind`, `volume`, and `tmpfs`. <sup>[[1]](#Foo type=tmpfs,tmpfs-size=512M,destination=/path/in/container + type=devpts,destination=/dev/pts + Common Options: ยท src, source: mount source spec for bind and volume. Mandatory for bind. |