Merge pull request #20387 from Luap99/machine-doc

[CI:DOCS] machine set: document --rootful better
This commit is contained in:
openshift-ci[bot] 2023-10-18 07:45:06 +00:00 committed by GitHub
commit 9394171cbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -43,12 +43,17 @@ container execution. This option updates the current podman
remote connection default if it is currently pointing at the specified
machine name (or `podman-machine-default` if no name is specified).
@@option user-mode-networking
Unlike [**podman system connection default**](podman-system-connection-default.1.md)
this option makes the API socket, if available, forward to the rootful/rootless
socket in the VM.
Note that changing this option means that all the existing containers/images/volumes, etc...
are no longer visible with the default connection/socket. This is because the root and rootless
users in the VM are completely separated and do not share any storage. The data however is not
lost and you can always change this option back or use the other connection to access it.
@@option user-mode-networking
## EXAMPLES
To switch the default VM `podman-machine-default` from rootless to rootful: