doc: update docs/docker.md
This commit is contained in:
parent
cdeeeb14bb
commit
660dfe103d
@ -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> 镜像
|
||||
|
Loading…
x
Reference in New Issue
Block a user