From d59ea7175fd14fbb070fab081725f9da773837c9 Mon Sep 17 00:00:00 2001 From: darkfi Date: Sun, 21 Jul 2024 11:13:25 +0200 Subject: [PATCH] doc: darkirc section run podman in rootless mode as your local user --- doc/src/misc/darkirc/darkirc.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/src/misc/darkirc/darkirc.md b/doc/src/misc/darkirc/darkirc.md index b59b70941..5dd958677 100644 --- a/doc/src/misc/darkirc/darkirc.md +++ b/doc/src/misc/darkirc/darkirc.md @@ -48,7 +48,9 @@ Podman is a drop in replacement. 1. Setup podman on your computer which may look like: 1. Install podman package - 2. Enable the podman daemon service. + 2. Run the podman daemon service under your local user + 1. Use the command `podman system service`. + 2. For Docker it's more complicated, see [rootless mode](https://docs.docker.com/engine/security/rootless/). 2. Run `cd bin/darkirc/ && make podman-android`. The resulting file will be called `darkirc.aarch64-android` (it might be needed to make the file executable `chmod +x darkirc.aarch64-android`).