Skip to content

Commit de0b87e

Browse files
committed
Add note to enable the DOCKER_BUILDKIT builder
1 parent 676b4c7 commit de0b87e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Docker.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ LinuxFr on Docker
44
To simplify set up of a developement environment, LinuxFr.org can be
55
run on Docker with `docker compose up`.
66

7+
Note: you need to enable the Docker BuildKit builder. Either you have a Docker
8+
version which uses it by default, or you set the environment variable `export DOCKER_BUILDKIT=1`.
9+
710
To init the SQL database schema, you need to wait upto the `database`
811
container to be ready to listen MySQL connections.
912

0 commit comments

Comments
 (0)