docker_practice/image/buildkit/README.md

14 lines
275 B
Go
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

## BuildKit
BuildKit https://github.com/moby/buildkit 开源。
Docker CE 18.09+ 使 BuildKit Docker
```bash
$ export DOCKER_BUILDKIT=1
# Windows
$ set $env:DOCKER_BUILDKIT=1
```