Преглед изворни кода

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

darkfi пре 2 година
родитељ
комит
d59ea7175f
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3 1
      doc/src/misc/darkirc/darkirc.md

+ 3 - 1
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`).