Skip to content

Commit

Permalink
doc: update docs/docker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 29, 2024
1 parent cdeeeb1 commit 660dfe1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ $ docker build - < context.tar.gz
$ docker build -t eon/nginx-server .
$ docker build -f myOtherDockerfile .
$ curl example.com/remote/Dockerfile | docker build -f - .
$ docker save -o <保存路径>/myimage.tar myimage:latest # 导出
$ docker load -i <路径>/myimage.tar # 导入
```

### 删除 \<none> 镜像
Expand Down

0 comments on commit 660dfe1

Please sign in to comment.