Sign inSign up

fridus/unbound

By fridus

Updated over 10 years ago

Docker Unbound on Ubuntu 14

Image
1

1.4K

fridus/unbound repository overview

Docker Unbound

https://www.unbound.net/

Quay: Docker Repository on Quay

1. Get image

# Dockerhub
docker pull fridus/unbound
# Quay
docker pull quay.io/fridus/unbound

2. Create container

docker run -d \
  --name="unbound" \
  -p 53:53/udp \
  -v pathConfig:/etc/unbound \
  fridus/unbound

Tag summary

Content type

Image

Digest

sha256:6d6cb99c9

Size

159 MB

Last updated

over 10 years ago

docker pull fridus/unbound