summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-create.1.md
diff options
context:
space:
mode:
authorGiuseppe Scrivano <gscrivan@redhat.com>2022-03-21 16:43:14 +0100
committerGiuseppe Scrivano <gscrivan@redhat.com>2022-04-14 11:22:13 +0200
commit3f2939c2ef6d9867862f597751c12b14c74440a3 (patch)
tree4033f1a48052c0ab001a213c0ce8d54af6fab8da /docs/source/markdown/podman-create.1.md
parent15712c76fb198cec7509ff0cf401e357401d2d7d (diff)
downloadpodman-3f2939c2ef6d9867862f597751c12b14c74440a3.tar.gz
podman-3f2939c2ef6d9867862f597751c12b14c74440a3.tar.bz2
podman-3f2939c2ef6d9867862f597751c12b14c74440a3.zip
run, create: add --passwd-entry
It allows to customize the entry that is written to the `/etc/passwd` file when --passwd is used. Closes: https://github.com/containers/podman/issues/13185 Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r--docs/source/markdown/podman-create.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index c4d27e321..9af7174fc 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -755,6 +755,12 @@ Tune the host's OOM preferences for containers (accepts -1000 to 1000)
#### **--os**=*OS*
Override the OS, defaults to hosts, of the image to be pulled. For example, `windows`.
+#### **--passwd-entry**=*ENTRY*
+
+Customize the entry that is written to the `/etc/passwd` file within the container when `--passwd` is used.
+
+The variables $USERNAME, $UID, $GID, $NAME, $HOME are automatically replaced with their value at runtime.
+
#### **--personality**=*persona*
Personality sets the execution domain via Linux personality(2).