From 279328c26b0d0718bcc4e6bc8efb8d77492af659 Mon Sep 17 00:00:00 2001 From: sroerick Date: Fri, 25 Sep 2015 19:59:32 -0600 Subject: [PATCH] added docker file permission instructions. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ef732ad84..13e851708 100644 --- a/README.md +++ b/README.md @@ -154,6 +154,11 @@ ipfs files that will persist when you restart the container. export ipfs_staging= export ipfs_data= + +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: