You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme-docs/DOCKER.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Docker images for `linux/amd64` are published to https://hub.docker.com/u/defect
15
15
16
16
* Docker version
17
17
* Installing with docker compose requires at least Docker 19.03.0 and Docker Compose 1.28.0. See "Checking Docker versions" below for version errors during running docker compose.
18
+
* BuildKit
19
+
* The Dockerfiles require [BuildKit](https://docs.docker.com/build/buildkit/), which is enabled by default since Docker 23.0. If you are on an older version, enable it with `DOCKER_BUILDKIT=1` before building.
18
20
* Proxies
19
21
* If you're behind a corporate proxy check https://docs.docker.com/network/proxy/ .
0 commit comments