Skip to content

tiredofit/docker-unbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github.com/tiredofit/docker-unbound

Docker Pulls Docker Stars

About

Dockerfile to build an Unbound DNS Cache container image for quicker DNS lookups, mostly useful for mail servers, and other services that repeatedly rely on name resolution.

  • This Container uses a customized Alpine Linux base which includes s6 overlay enabled for PID 1 Init capabilities, zabbix-agent for individual container monitoring, Cron also installed along with other tools (bash,curl, less, logrotate, nano) for easier management. It also supports sending to external SMTP servers..

Changelog

Maintainer

Table of Contents

Prerequisites and Assumptions

None.

Installation

Automated builds of the image are available on Docker Hub

docker pull hub.docker.com/tiredofit/unbound:(imagetag)

Builds of the image are also available on the Github Container Registry

docker pull ghcr.io/tiredofit/docker-tiredofit:(imagetag)

The following image tags are available:

  • latest - Most recent release of Unbound w/ Alpine Linux

Quick Start

Configuration

Persistent Storage

No files are required for persistent storage.

Environment Variables

Along with the Environment Variables from the Base image, below is the complete list of available options that can be used to customize your installation.

Parameter Description Default

Networking

Port Description
53 Listening Port

Maintenance

Shell Access

For debugging and maintenance purposes you may want access the containers shell.

docker exec -it (whatever your container name is e.g. unbound) bash

References