Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

azrsh/trust-dns-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

trust-dns-docker

This is a Dockerfile and docker-compose.yml for dockerizing trust-dns.
trust-dns repository is here.

Prerequirement

  • Docker
  • Docker Compose

Usage

Using published Docker image

  1. Clone this repository.
  2. Make configs directry in this repository root.
  3. Write configs.
  4. Run docker-compose up.

Using self-build Docker image

  1. Clone this repository.
  2. Run docker build -t trust-dns . in this repository root.
  3. Make configs directry in this repository root.
  4. Write configs.
  5. Fix image source docker-compose.yml.
    • ghcr.io/azarashi2931/trust-dns:latest -> trust-dns
  6. Run docker-compose up.

About

A Dockerfile and docker-compose.yml for trust-dns.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published