Document podman-machine-default behavior

When no name arg is given to Podman machine commands, Podman assumes the machine name is podman-machine-default. Document this behavior.

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2023-05-15 11:19:41 -04:00
parent 493aac69e0
commit b9aaafbe17
13 changed files with 31 additions and 7 deletions

View File

@ -10,6 +10,9 @@ podman\-machine\-init - Initialize a new virtual machine
Initialize a new virtual machine for Podman.
The default machine name is `podman-machine-default`. If a machine name is not specified as an argument,
then the new machine will be named `podman-machine-default`.
Rootless only.
Podman on MacOS and Windows requires a virtual machine. This is because containers are Linux -