diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-12-23 19:28:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-23 19:28:08 +0100 |
commit | 73a54ea54d0a1b4ccaa2a0e23c678e5b7c1d5c37 (patch) | |
tree | 98bbc1c08061cde903f5b1aef21790d66e8e742e /docs/source/markdown/podman-run.1.md | |
parent | 5570b5b9751894d509be2b478685097cf8fde923 (diff) | |
parent | e8c06fac97f56ccc710584731d8b52ed58fbd2dd (diff) | |
download | podman-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-run.1.md')
-rw-r--r-- | docs/source/markdown/podman-run.1.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md index ebc680d49..6c565e3d1 100644 --- a/docs/source/markdown/podman-run.1.md +++ b/docs/source/markdown/podman-run.1.md @@ -446,6 +446,11 @@ The initialization time needed for a container to bootstrap. The value can be ex The maximum time allowed to complete the healthcheck before an interval is considered failed. Like start-period, the value can be expressed in a time format such as **1m22s**. The default value is **30s**. +#### **--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 |