Docker : Add Docker System Commands

This commit is contained in:
2024-10-31 16:24:08 +03:30
parent ce88b657fe
commit bb2d98ff12

View File

@@ -267,4 +267,19 @@ Docker networks allow communication between containers.
- **Disconnect a container from a network:** - **Disconnect a container from a network:**
```bash ```bash
docker network disconnect <network-name> <container-name> docker network disconnect <network-name> <container-name>
``` ```
---
## **6. System Commands**
- **Show Docker Disk usage:**
```bash
docker system df
```
- **Remove Unuse Cache,Container And More**
- ```bash
- docker system prune
- ```
-
-