This is a Dockerfile and docker-compose.yml for dockerizing trust-dns.
trust-dns repository is here.
- Docker
- Docker Compose
- Clone this repository.
- Make
configs
directry in this repository root. - Write configs.
- If you want to run test configs, you can copy configs from named_test_configs in trust-dns repository.
- Run
docker-compose up
.
- Clone this repository.
- Run
docker build -t trust-dns .
in this repository root. - Make
configs
directry in this repository root. - Write configs.
- If you want to run test configs, you can copy configs from named_test_configs in trust-dns repository.
- Fix image source
docker-compose.yml
.ghcr.io/azarashi2931/trust-dns:latest
->trust-dns
- Run
docker-compose up
.