Merge pull request #13638 from Luap99/machine-set-doc

[CI:DOCS] podman machine set: clarify --rootful option
This commit is contained in:
OpenShift Merge Robot 2022-03-24 17:59:46 +01:00 committed by GitHub
commit 5e893765bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -26,7 +26,9 @@ container execution. This option will also update 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).
API forwarding, if available, will follow this setting.
Unlike [**podman system connection default**](podman-system-connection-default.1.md)
this option will also make the API socket, if available, forward to the rootful/rootless
socket in the VM.
## EXAMPLES