diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-28 18:52:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-28 18:52:24 +0000 |
commit | f7ca0457378f8e640d63995965ef1b1e2f0d8eac (patch) | |
tree | 8aa3860f69d751bfb24bad72976afeb8f3cb1461 /docs/source/markdown/podman-create.1.md | |
parent | d2147bada6f68857ec68365943e003b327456d6b (diff) | |
parent | 4e9e6f21ff1f600191f661c9102149bb49067dff (diff) | |
download | podman-f7ca0457378f8e640d63995965ef1b1e2f0d8eac.tar.gz podman-f7ca0457378f8e640d63995965ef1b1e2f0d8eac.tar.bz2 podman-f7ca0457378f8e640d63995965ef1b1e2f0d8eac.zip |
Merge pull request #12124 from giuseppe/allow-devpts-options
volumes: allow more options for devpts
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index ea9042861..3ff736adb 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -638,6 +638,16 @@ Current supported mount TYPEs are **bind**, **volume**, **image**, **tmpfs** and . U, chown: true or false (default). Change recursively the owner and group of the source volume based on the UID and GID of the container. + Options specific to devpts: + + · uid: UID of the file owner (default 0). + + · gid: GID of the file owner (default 0). + + · mode: permission mask for the file (default 600). + + · max: maximum number of PTYs (default 1048576). + #### **--name**=*name* Assign a name to the container |