From 32e8bf428f06fbb3eed68434896021558ab60809 Mon Sep 17 00:00:00 2001 From: Ghassan Yusuf Date: Fri, 28 Mar 2025 04:34:21 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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