diff options
author | Jason T. Greene <jason.greene@redhat.com> | 2022-01-29 03:10:28 -0600 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2022-02-16 14:02:58 -0500 |
commit | 1a8c715f1fa3fb417cd7ca3cde5e1c7e5391b3f4 (patch) | |
tree | 025c2c76d7c56533ab4e5f23242ef6c31ce6934b /docs/source/markdown/podman-machine-init.1.md | |
parent | f71dfcb5dabf288073e81eb9b19013e4eb6f22cb (diff) | |
download | podman-1a8c715f1fa3fb417cd7ca3cde5e1c7e5391b3f4.tar.gz podman-1a8c715f1fa3fb417cd7ca3cde5e1c7e5391b3f4.tar.bz2 podman-1a8c715f1fa3fb417cd7ca3cde5e1c7e5391b3f4.zip |
Introduce podman machine init --root=t|f and podman machine set --root=t|f
Switch default to rootless for mac and windows
Signed-off-by: Jason T. Greene <jason.greene@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-machine-init.1.md')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index b515e8763..36db5b1cd 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -55,6 +55,14 @@ Memory (in MB). Start the virtual machine immediately after it has been initialized. +#### **--rootful**=*true|false* + +Whether this machine should prefer rootful (`true`) or rootless (`false`) +container execution. This option will also determine the remote connection default +if there is no existing remote connection configurations. + +API forwarding, if available, will follow this setting. + #### **--timezone** Set the timezone for the machine and containers. Valid values are `local` or @@ -84,6 +92,7 @@ Print usage statement. ``` $ podman machine init $ podman machine init myvm +$ podman machine init --rootful $ podman machine init --disk-size 50 $ podman machine init --memory=1024 myvm $ podman machine init -v /Users:/mnt/Users |