mirror of
https://github.com/containers/podman.git
synced 2025-10-13 17:26:13 +08:00
Add disclaimer to podman machine info
manpage.
Adds a note in the `podman machine info` manpage that clarifies that `defaultmachine` in the `podman machine info` output does not suggest that a user can set a default podman machine via system connections. Additionally adds a Podman 6.0 TODO comment to change the name of the field to `ActiveMachineConnection` to better describe its purpose. [NO NEW TESTS NEEDED] Signed-off-by: Jake Correnti <jakecorrenti+github@proton.me>
This commit is contained in:
@ -11,6 +11,12 @@ podman\-machine\-info - Display machine host info
|
||||
Display information pertaining to the machine host.
|
||||
Rootless only, as all `podman machine` commands can be only be used with rootless Podman.
|
||||
|
||||
*Note*: The `DefaultMachine` field in the `Host` output does not suggest that
|
||||
one can set a default podman machine via system connections. This value represents
|
||||
the current active system connection associated with a podman machine. Regardless
|
||||
of the default system connection, the default podman machine will always be
|
||||
`podman-machine-default`.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
#### **--format**, **-f**=*format*
|
||||
|
Reference in New Issue
Block a user