Docker : Add Docker System Commands
This commit is contained in:
@@ -267,4 +267,19 @@ Docker networks allow communication between containers.
|
||||
- **Disconnect a container from a network:**
|
||||
```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
|
||||
- ```
|
||||
-
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user