Skip to content

Commit

Permalink
doc: update docker.md (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
Country-If committed Dec 8, 2023
1 parent 3e71fee commit 3f82285
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ Docker 网络

### 操作

获取容器连接的网络

```shell
docker inspect MyContainer | grep Network
```

删除网络

```shell
Expand Down

0 comments on commit 3f82285

Please sign in to comment.