From bb2d98ff12fb52d5dd822a3d19fa639675d6980e Mon Sep 17 00:00:00 2001 From: radinpirouz Date: Thu, 31 Oct 2024 16:24:08 +0330 Subject: [PATCH] Docker : Add Docker System Commands --- .../Docker/2-Commands.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Containerization & Orchestration/Docker/2-Commands.md b/Containerization & Orchestration/Docker/2-Commands.md index 0a1d3da..9db0793 100755 --- a/Containerization & Orchestration/Docker/2-Commands.md +++ b/Containerization & Orchestration/Docker/2-Commands.md @@ -267,4 +267,19 @@ Docker networks allow communication between containers. - **Disconnect a container from a network:** ```bash docker network disconnect - ``` \ No newline at end of file + ``` + + --- + +## **6. System Commands** + +- **Show Docker Disk usage:** + ```bash + docker system df + ``` +- **Remove Unuse Cache,Container And More** +- ```bash +- docker system prune +- ``` +- +-