From 757e20272e388ef36521bd86dec191506d4b5f49 Mon Sep 17 00:00:00 2001 From: vishalseshagiri Date: Tue, 25 Jul 2017 09:31:01 +0530 Subject: [PATCH] Update README.md Former-commit-id: c6df5de79fab359b23d67966771131eb25d42aab --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 27c3af62..90b086aa 100644 --- a/README.md +++ b/README.md @@ -87,11 +87,11 @@ Express dependency between services, which has two effects: This command can be used to start containers - docker-compose start + sudo docker-compose start 2. Accessing the frappe container via CLI - ./docker-enter.sh + sudo ./docker-enter.sh 3. Create a new bench @@ -133,11 +133,11 @@ Express dependency between services, which has two effects: 9. Exiting the frappe container and stopping all the containers gracefully. exit - docker-compose stop + sudo docker-compose stop 10. Removing docker containers - docker-compose rm + sudo docker-compose rm 11. Removing dangling volumes @@ -146,7 +146,7 @@ Express dependency between services, which has two effects: the container and the host. The below command specifies how to remain dangling volumes which may be taking up unecessary space on your host. - docker volume rm $(docker volume ls -f dangling=true -q) + sudo docker volume rm $(docker volume ls -f dangling=true -q) To login to Frappe / ERPNext, open your browser and go to `[your-external-ip]:8000`, probably `localhost:8000`