We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd542ff commit 92122f8Copy full SHA for 92122f8
Docker.md
@@ -4,6 +4,9 @@ LinuxFr on Docker
4
To simplify set up of a developement environment, LinuxFr.org can be
5
run on Docker with `docker-compose up`.
6
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
+
10
To init the SQL database schema, you need to wait upto the `database`
11
container to be ready to listen MySQL connections.
12
0 commit comments