mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-08 14:21:05 +00:00
parent
c78cb53952
commit
757e20272e
10
README.md
10
README.md
@ -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`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user