aboutsummaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-machine-set.1.md
Commit message (Collapse)AuthorAge
* podman machine set: clarify --rootful optionPaul Holzinger2022-03-30
| | | | | | | | | | | 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>
* Introduce podman machine init --root=t|f and podman machine set --root=t|fJason T. Greene2022-02-16
Switch default to rootless for mac and windows Signed-off-by: Jason T. Greene <jason.greene@redhat.com>