Fix format and update outdate content

This commit is contained in:
khs1994
2019-03-08 12:21:07 +08:00
parent 6a97772e79
commit c446640591
13 changed files with 40 additions and 29 deletions

13
image/buildkit/README.md Normal file
View File

@@ -0,0 +1,13 @@
## BuildKit
BuildKit 是下一代的镜像构建组件,在 https://github.com/moby/buildkit 开源。
下面介绍如何在 Docker CE 18.09+ 版本中使用 BuildKit 构建 Docker 镜像。
```bash
$ export DOCKER_BUILDKIT=1
# Windows
$ set $env:DOCKER_BUILDKIT=1
```