Document BuildKit requirement
See https://github.com/ente-io/ente/issues/712
This commit is contained in:
parent
85af7f920c
commit
239d7f33ed
1 changed files with 4 additions and 0 deletions
|
@ -81,6 +81,10 @@ Build the docker image
|
|||
docker build -t ente:latest .
|
||||
```
|
||||
|
||||
Note that [BuildKit](https://docs.docker.com/go/buildkit/) is needed to build
|
||||
this image. If you face this issue, a quick fix is to add `DOCKER_BUILDKIT=1` in
|
||||
front of the build command.
|
||||
|
||||
Start the container in detached mode
|
||||
|
||||
```shell
|
||||
|
|
Loading…
Add table
Reference in a new issue