Skip to content

Commit

Permalink
doc: update docker.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 7, 2022
1 parent 8c79a64 commit 6c89718
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ Docker 镜像
<!--rehype:body-class=cols-2-->

### 操控
<!--rehype:wrap-class=row-span-2-->

| `Example` | Description |
|-----------|-----------|
Expand All @@ -159,6 +160,12 @@ $ docker build -f myOtherDockerfile .
$ curl example.com/remote/Dockerfile | docker build -f - .
```

### 删除 \<none> 镜像

```bash
$ docker rmi -f $(docker images | grep "none" | awk '{print $3}')
```

Docker 网络
----
<!--rehype:body-class=cols-2-->
Expand Down

0 comments on commit 6c89718

Please sign in to comment.