diff options
author | Paul Holzinger <pholzing@redhat.com> | 2022-03-24 12:19:41 +0100 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-03-30 15:36:05 -0400 |
commit | bca6b80b3e4d352a4bb1592c12ed883a68eaabf4 (patch) | |
tree | 1a37fb8b74621e3d163167e10c5662eecb350c9d /docs/source | |
parent | b1cc5043fd6d4acea8bfff2464d61236df6a5e86 (diff) | |
download | podman-bca6b80b3e4d352a4bb1592c12ed883a68eaabf4.tar.gz podman-bca6b80b3e4d352a4bb1592c12ed883a68eaabf4.tar.bz2 podman-bca6b80b3e4d352a4bb1592c12ed883a68eaabf4.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')
-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 e69779564..44f7746b0 100644 --- a/docs/source/markdown/podman-machine-set.1.md +++ b/docs/source/markdown/podman-machine-set.1.md @@ -22,7 +22,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. #### **--help** |