added docker file permission instructions.
sroerick committed
Sep 25, 2015 at 19:59 UTC
279328c26b0d0718bcc4e6bc8efb8d77492af659
1 file changed
+5
README.md
+5
@@ -154,6 +154,11 @@ ipfs files that will persist when you restart the container.
154
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:
159
+
160
+ sudo chmod -R 777 /absolute/path/to/somewhere/
161
+ sudo chmod -R 777 /absolute/path/to/somewhere_else/
162
163
Start a container running ipfs and expose ports 4001, 5001 and 8080:
164