diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-03-24 17:59:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 17:59:46 +0100 |
commit | 5e893765bc29a071113210c606ac5d1c6b555579 (patch) | |
tree | 99cea84e125de42130fb69b68b032622d5f22246 | |
parent | ab8e15f6ac05a4f35604fa1b2c4f37765aae3007 (diff) | |
parent | 7189b6f2699d9d1d6d703c2f185e5c87656a3357 (diff) | |
download | podman-5e893765bc29a071113210c606ac5d1c6b555579.tar.gz podman-5e893765bc29a071113210c606ac5d1c6b555579.tar.bz2 podman-5e893765bc29a071113210c606ac5d1c6b555579.zip |
Merge pull request #13638 from Luap99/machine-set-doc
[CI:DOCS] podman machine set: clarify --rootful option
-rw-r--r-- | docs/source/markdown/podman-machine-set.1.md | 4 |
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 |