Skip to content

linuxcontainers/unbound

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unbound Container

Docker Automated build Docker Pulls Docker Image Size (latest by date)

UNBOUND server running on Alpine Linux.

Quickstart

unbound:
  image: linuxcontainers/unbound

  volumes:
    # You must provide a config file
    - ./uncound.conf:/etc/unbound/named.conf

    # Zone files
    - ./zones:/etc/unbound/local-zones.conf

  ports:
    - "53:53/udp"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors