Browse Source

readme: added instructions for docker

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

+ 4 - 0
README.md

@@ -2,6 +2,8 @@
 
 ## Setup
 
+In the following instructions, `podman` may be replaced with `sudo docker`.
+
 ### Step 1: Select or Build Image
 
 Perform **one** of the following steps:
@@ -34,3 +36,5 @@ $ podman run --name brave_browser --rm --init \
     --read-only --cap-drop ALL --security-opt no-new-privileges \
     [IMAGE_NAME]
 ```
+
+Add `--tmpfs /tmp:size=8k` when using `docker`.