doc: update docker.md (#479)

This commit is contained in:
Maylon
2023-12-08 13:10:20 +08:00
committed by GitHub
parent 3e71fee21c
commit 3f822852bf

View File

@ -171,6 +171,12 @@ Docker 网络
### 操作 ### 操作
获取容器连接的网络
```shell
docker inspect MyContainer | grep Network
```
删除网络 删除网络
```shell ```shell