diff --git a/README.md b/README.md index 90b76af..bac4613 100644 --- a/README.md +++ b/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