Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 786 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 786 Bytes

Distributed DNS

Production Usage

Distributed-DNS is designed to be deployed in production using docker-compose. All images are built automatically on every stable master commit and pushed to GitHub package registry. You will need to be logged into the Docker GitHub Package Registry on your server.

Here is an example docker-compose.yml file

version: '3.7'

Development

This is geared towards VS-Code with the Remote Containers

Clone this repo


git clone https://github.com/KristianFJones/Distributed-DNS.git

Open the Sub folder of what part you want to work in VS-Code and accept the open in contianer notification that appears.

API