diff --git a/website/blog/2023-03-24-5-things-to-know-for-a-docker-user.md b/website/blog/2023-03-24-5-things-to-know-for-a-docker-user.md index 67d5466feaf..b4ff1d5ec12 100644 --- a/website/blog/2023-03-24-5-things-to-know-for-a-docker-user.md +++ b/website/blog/2023-03-24-5-things-to-know-for-a-docker-user.md @@ -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.