summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-machine-set.1.md
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-03-24 12:19:41 +0100
committerPaul Holzinger <pholzing@redhat.com>2022-03-24 12:24:52 +0100
commit7189b6f2699d9d1d6d703c2f185e5c87656a3357 (patch)
treefa029d774b86d8904909bf425aa776148615e4fd /docs/source/markdown/podman-machine-set.1.md
parent72660e377fe6a922cde5982da488760b48792717 (diff)
downloadpodman-7189b6f2699d9d1d6d703c2f185e5c87656a3357.tar.gz
podman-7189b6f2699d9d1d6d703c2f185e5c87656a3357.tar.bz2
podman-7189b6f2699d9d1d6d703c2f185e5c87656a3357.zip
podman machine set: clarify --rootful option
It is not quite clear what the difference between `podman machine set --rootful` and `podman system connection default` is. Add a small note with the difference, the --rootful option will also affect the socket forwarding. Fixes #13515 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-machine-set.1.md')
-rw-r--r--docs/source/markdown/podman-machine-set.1.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-set.1.md b/docs/source/markdown/podman-machine-set.1.md
index ec89cfc28..a4918eacf 100644
--- a/docs/source/markdown/podman-machine-set.1.md
+++ b/docs/source/markdown/podman-machine-set.1.md
@@ -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