1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-27 07:57:30 +08:00

added docker file permission instructions.

This commit is contained in:
sroerick
2015-09-25 19:59:32 -06:00
parent 7244c0443a
commit 279328c26b

View File

@ -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 these folders accesible from docker:
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: