From 0a15ca699695cc47d47fa4547a73ee96bdcf5332 Mon Sep 17 00:00:00 2001 From: Jeffrey Gelens Date: Thu, 2 Nov 2023 12:29:41 +0100 Subject: [PATCH] Fix rootless command Signed-off-by: Jeffrey Gelens --- website/blog/2023-03-24-5-things-to-know-for-a-docker-user.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.