Commit ce20cf99 authored by Juan Benet's avatar Juan Benet

Merge pull request #1755 from sroerick/patch-1

added docker file permission instructions.
parents a26ad224 4a0725fe
......@@ -154,6 +154,11 @@ ipfs files that will persist when you restart the container.
export ipfs_staging=</absolute/path/to/somewhere/>
export ipfs_data=</absolute/path/to/somewhere_else/>
Make sure docker can access these folders:
sudo chmod -R 777 /absolute/path/to/somewhere/
sudo chmod -R 777 /absolute/path/to/somewhere_else/
Start a container running ipfs and expose ports 4001, 5001 and 8080:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment