From 08a2851bae2cd70a0e0ca7463f6bf7abea0901a5 Mon Sep 17 00:00:00 2001 From: Arthur Sengileyev Date: Mon, 22 Aug 2022 17:19:54 +0300 Subject: Allow to override default username via command line Signed-off-by: Arthur Sengileyev --- docs/source/markdown/podman-machine-init.1.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/source/markdown/podman-machine-init.1.md') 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. -- cgit v1.2.3-54-g00ecf