Docker : Add Docker System Commands
This commit is contained in:
@@ -268,3 +268,18 @@ Docker networks allow communication between containers.
|
|||||||
```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
|
||||||
|
- ```
|
||||||
|
-
|
||||||
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user