From 1ef3548ec0258b5bd4972491272b9ed5a178498f Mon Sep 17 00:00:00 2001 From: David Humphrey Date: Tue, 8 Nov 2022 17:25:06 -0500 Subject: [PATCH] Update docker-compose docs to mention git submodule --- Docker-README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Docker-README.md b/Docker-README.md index 57f07dc750..8f9691368e 100644 --- a/Docker-README.md +++ b/Docker-README.md @@ -12,6 +12,9 @@ The Dockerfiles: Other data involved in the Docker build process can be found at https://github.com/PowerDNS/pdns/tree/master/dockerdata +> **Note** +> If you are building the Dockerfiles directly from the git repo, make sure you run `git submodule init` followed by `git submodule update` first. + # Usage The images are ready to run with limited functionality. @@ -39,8 +42,8 @@ In a plain Docker or Compose setup, this can be done by using the host PID names # Compose example -We have a Docker Compose example at https://github.com/PowerDNS/pdns/blob/master/docker-compose.yml . -It brings up all three services, and exposes them to eachother by name (using Docker's internal DNS). +We have a Docker Compose example at https://github.com/PowerDNS/pdns/blob/master/docker-compose.yml. +It brings up all three services, and exposes them to each other by name (using Docker's internal DNS). In the dockerdata dir, you can find an example dnsdist Lua config (with Python helper to make DNS lookups non-blocking for dnsdist) for managing your auth/rec backends by name. # Privileged ports -- 2.47.2