Browse Source

readme: simplify instructions by recommending same launch command for both podman & docker

Fabian Peter Hammerle 2 years ago
parent
commit
b3af2669d0
1 changed files with 2 additions and 1 deletions
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -33,7 +33,8 @@ Alternative: Adapt the access rights of your main X server<br>
 $ podman run --name brave_browser --rm --init \
     -e DISPLAY=:[DISPLAY_NUMBER] -v /tmp/.X11-unix:/tmp/.X11-unix \
     -v brave_browser_home:/home/browser --shm-size 1GB \
-    --read-only --cap-drop ALL --security-opt no-new-privileges \
+    --read-only --tmpfs /tmp:size=8k \
+    --cap-drop ALL --security-opt no-new-privileges \
     [IMAGE_NAME]
 ```