Docker : Add Docker System Commands

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

View File

@@ -268,3 +268,18 @@ Docker networks allow communication between containers.
```bash
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
- ```
-
-