diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-31 09:12:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-31 09:12:46 -0400 |
commit | 55710d8d559bff7ce0936717afb9d9808d3132b3 (patch) | |
tree | dce968730b1299908cebd7d26d6c6e4d1ae69d85 /docs/source | |
parent | 9b4dac4c4d683619f9015c19c317fcd68b80dcf8 (diff) | |
parent | 08a2851bae2cd70a0e0ca7463f6bf7abea0901a5 (diff) | |
download | podman-55710d8d559bff7ce0936717afb9d9808d3132b3.tar.gz podman-55710d8d559bff7ce0936717afb9d9808d3132b3.tar.bz2 podman-55710d8d559bff7ce0936717afb9d9808d3132b3.zip |
Merge pull request #15411 from arixmkii/override_default_username
Allow to override default username via command line
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 6 |
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. |