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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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