summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2021-12-23 19:28:08 +0100
committerGitHub <noreply@github.com>2021-12-23 19:28:08 +0100
commit73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37 (patch)
tree98bbc1c08061cde903f5b1aef21790d66e8e742e /docs/source/markdown/podman-create.1.md
parent5570b5b9751894d509be2b478685097cf8fde923 (diff)
parente8c06fac97f56ccc710584731d8b52ed58fbd2dd (diff)
downloadpodman-73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37.tar.gz
podman-73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37.tar.bz2
podman-73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37.zip
Merge pull request #12627 from rhatdan/passwd
Allow users to add host user accounts to /etc/passwd
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 34cd59114..3d4b867d4 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -410,6 +410,11 @@ Container host name
Sets the container host name that is available inside the container. Can only be used with a private UTS namespace `--uts=private` (default). If `--pod` is specified and the pod shares the UTS namespace (default) the pod's hostname will be used.
+#### **--hostuser**=*name*
+
+Add a user account to /etc/passwd from the host to the container. The Username
+or UID must exist on the host system.
+
#### **--help**
Print usage statement