2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00

Update README.md

This commit is contained in:
vishalseshagiri 2017-07-25 09:31:01 +05:30 committed by GitHub
parent 9569cbe819
commit c6df5de79f

View File

@ -87,11 +87,11 @@ Express dependency between services, which has two effects:
This command can be used to start containers This command can be used to start containers
docker-compose start sudo docker-compose start
2. Accessing the frappe container via CLI 2. Accessing the frappe container via CLI
./docker-enter.sh sudo ./docker-enter.sh
3. Create a new bench 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. 9. Exiting the frappe container and stopping all the containers gracefully.
exit exit
docker-compose stop sudo docker-compose stop
10. Removing docker containers 10. Removing docker containers
docker-compose rm sudo docker-compose rm
11. Removing dangling volumes 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 the container and the host. The below command specifies how to remain dangling volumes which may be taking up
unecessary space on your host. 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` To login to Frappe / ERPNext, open your browser and go to `[your-external-ip]:8000`, probably `localhost:8000`