summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorArthur Sengileyev <arthur.sengileyev@gmail.com>2022-08-22 17:19:54 +0300
committerArthur Sengileyev <arthur.sengileyev@gmail.com>2022-08-30 13:35:07 +0300
commit08a2851bae2cd70a0e0ca7463f6bf7abea0901a5 (patch)
tree0f34ce2a20a8cfdfbb4cc0105e71944f526aafc7 /docs
parent468aa6478c73e4acd8708ce8bb0bb5a056f329c2 (diff)
downloadpodman-08a2851bae2cd70a0e0ca7463f6bf7abea0901a5.tar.gz
podman-08a2851bae2cd70a0e0ca7463f6bf7abea0901a5.tar.bz2
podman-08a2851bae2cd70a0e0ca7463f6bf7abea0901a5.zip
Allow to override default username via command line
Signed-off-by: Arthur Sengileyev <arthur.sengileyev@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-machine-init.1.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md
index 07273a111..cf2eeca0b 100644
--- a/docs/source/markdown/podman-machine-init.1.md
+++ b/docs/source/markdown/podman-machine-init.1.md
@@ -76,6 +76,12 @@ Set the timezone for the machine and containers. Valid values are `local` or
a `timezone` such as `America/Chicago`. A value of `local`, which is the default,
means to use the timezone of the machine host.
+#### **--username**
+
+Username to use for executing commands in remote VM. Default value is `core`
+for FCOS and `user` for Fedora (default on Windows hosts). Should match the one
+used inside the resulting VM image.
+
#### **--volume**, **-v**=*source:target[:options]*
Mounts a volume from source to target.