Getting Started
1. Download Docker
Since all components run in Docker, it is a requirement for bootDNS to have this installed, please see Dockers own guides at: https://docs.docker.com/engine/install/
2. Download bootDNS’s docker-compose file
We have made it easy to get up and running, simply download this file: docker-compose.yml to a folder where you want to keep the database files.
Example:
user@host:~$ mkdir -p /opt/bootDNS-agent
user@host:~$ cd /opt/bootDNS-agent
user@host:/opt/bootDNS-agent$ wget 'https://raw.githubusercontent.com/bootDNS/agent/main/docker-compose.yml' -O docker-compose.yml
3. Insert your token
From the admin panel, goto nameservers and create a new nameserver (Nameservers Docs) and insert into your newly downloaded docker-compose.yml file, after TOKEN=
4. Start it up!
docker compose up -d