Update README.md
This commit is contained in:
parent
bba92ad99e
commit
32e8bf428f
11
README.md
11
README.md
@ -122,3 +122,14 @@ run the following command
|
||||
```
|
||||
docker-compose down && docker-compose up --build -d
|
||||
```
|
||||
|
||||
## In Case Of Failour
|
||||
run the following commands, i will clean the docker engin from all containers, volumes, images etc
|
||||
```
|
||||
docker rm -v -f $(docker ps -qa)
|
||||
docker rmi -f $(docker images -aq)
|
||||
docker volume prune
|
||||
docker system prune
|
||||
sudo systemctl restart docker
|
||||
```
|
||||
then start over again
|
||||
|
Loading…
x
Reference in New Issue
Block a user