From b2c4d959189579b8efbf38467737747ac3d79610 Mon Sep 17 00:00:00 2001 From: cmspam Date: Fri, 20 Sep 2024 12:07:47 +0900 Subject: [PATCH] Update README.md Mention root is needed. resolves https://github.com/cmspam/incus-docker/issues/12 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4625423..60bc3f6 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,9 @@ First, make the directory to hold incus configuration: ``` mkdir /var/lib/incus ``` -With Podman (recommended): +With Podman (needs root permissions) (recommended): ``` -podman run -d \ +sudo podman run -d \ --name incus \ --cgroups=no-conmon \ --cgroupns=host \