mirror of
https://github.com/yeasy/docker_practice.git
synced 2026-01-16 09:52:39 +00:00
Fix format and update outdate content
This commit is contained in:
13
image/buildkit/README.md
Normal file
13
image/buildkit/README.md
Normal 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
|
||||
```
|
||||
Reference in New Issue
Block a user