added docker file permission instructions again
I screwed up my initial commit, so here goes again. That's what i get for using the github gui... I added the instructions to make the ipfs_data and ipfs_staging globally readable, which prevents permission errors. It may be better to limit permissions in some way, to prevent potential security risks. License: MIT Signed-off-by: sroerick sweeney@roerick.me
Roerick Sweeney committed
Sep 27, 2015 at 02:06 UTC
4a0725fe2e17f668bf915ba5f15ab4fd616c1d87
1 file changed
+1
-1
README.md
+1
-1
@@ -155,7 +155,7 @@ ipfs files that will persist when you restart the container.
155
export ipfs_staging=</absolute/path/to/somewhere/>
156
export ipfs_data=</absolute/path/to/somewhere_else/>
157
158
-Make these folders accesible from docker:
158
+Make sure docker can access these folders:
159
160
sudo chmod -R 777 /absolute/path/to/somewhere/
161
sudo chmod -R 777 /absolute/path/to/somewhere_else/