summaryrefslogtreecommitdiff
path: root/cmd/podman/machine/set.go
Commit message (Collapse)AuthorAge
* machine-set: fix example for setting rootful flagAditya R2022-03-30
| | | | | | | | | | | | Flag is actually named `rootful` however documented as `root`, fix the documented example as actual flag. Both `podman machine init` and `podman machine set` uses flag `rootfull` [NO TESTS NEEDED] [NO NEW TESTS NEEDED] Signed-off-by: Aditya R <arajan@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>