doc: darkirc section run podman in rootless mode as your local user

This commit is contained in:
darkfi
2024-07-21 11:13:25 +02:00
parent 6de436658b
commit d59ea7175f

View File

@@ -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`).