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 +- ``` +- +-