mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 12:41:20 +08:00
doc: update docker.md (#479)
This commit is contained in:
@ -171,6 +171,12 @@ Docker 网络
|
||||
|
||||
### 操作
|
||||
|
||||
获取容器连接的网络
|
||||
|
||||
```shell
|
||||
docker inspect MyContainer | grep Network
|
||||
```
|
||||
|
||||
删除网络
|
||||
|
||||
```shell
|
||||
|
Reference in New Issue
Block a user