mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
Fix rootless command
Signed-off-by: Jeffrey Gelens <jeffrey@qonvoy.io>
This commit is contained in:
parent
076827e585
commit
0a15ca6996
1 changed files with 1 additions and 1 deletions
|
|
@ -106,4 +106,4 @@ It means that for example, starting a container with a port < 1024 will not work
|
|||
|
||||
If you still need to create containers with a port < 1024, you can change the Podman machine configuration of the Podman Machine if you are on Windows or macOS.
|
||||
|
||||
The command is `podman machine --rootful` to enable the execution with root privileges or `podman machine --rootful=false` to switch back to rootless mode.
|
||||
The command is `podman machine set --rootful` to enable the execution with root privileges or `podman machine set --rootful=false` to switch back to rootless mode.
|
||||
|
|
|
|||
Loading…
Reference in a new issue