Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker-unbound
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
obi12341
docker-unbound
Commits
a7fac8b6
Unverified
Commit
a7fac8b6
authored
8 years ago
by
Patrick Oberdorf
Browse files
Options
Downloads
Patches
Plain Diff
release 1.6.4
parent
d56c1950
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
README.md
+2
-2
2 additions, 2 deletions
README.md
assets/sha256checksum
+1
-1
1 addition, 1 deletion
assets/sha256checksum
docker-compose.yml
+1
-1
1 addition, 1 deletion
docker-compose.yml
with
5 additions
and
5 deletions
Dockerfile
+
1
−
1
View file @
a7fac8b6
FROM
ubuntu:trusty
MAINTAINER
patrick@oberdorf.net
ENV
VERSION 1.6.
3
ENV
VERSION 1.6.
4
WORKDIR
/usr/local/src/
ADD
assets/sha256checksum sha256checksum
...
...
This diff is collapsed.
Click to expand it.
README.md
+
2
−
2
View file @
a7fac8b6
...
...
@@ -6,12 +6,12 @@ Unbound (with DNSSEC validation)
Just use this command to start the container. Unbound will listen on port 53/udp.
```
docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.6.
3
```
```
docker run --name unbound -d -p 53:53/udp -p 53:53 secns/unbound:1.6.
4
```
(optional)
If you want to override the nameserver in the unbound container, you can use:
```
docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.6.
3
```
```
docker run --name unbound -d -p 53:53/udp -p 53:53 --dns="127.0.0.1" secns/unbound:1.6.
4
```
# Configuration
These options can be set via the environment variable -e flag:
...
...
This diff is collapsed.
Click to expand it.
assets/sha256checksum
+
1
−
1
View file @
a7fac8b6
4c7e655c1d0d2d133fdeb81bc1ab3aa5c155700f66c9f5fb53fa6a5c3ea9845f
unbound-1.6.
3
.tar.gz
df0a88816ec31ccb8284c9eb132e1166fbf6d9cde71fbc4b8cd08a91ee777fed
unbound-1.6.
4
.tar.gz
This diff is collapsed.
Click to expand it.
docker-compose.yml
+
1
−
1
View file @
a7fac8b6
unbound
:
image
:
secns/unbound:1.6.
1
image
:
secns/unbound:1.6.
4
ports
:
-
"
53:53/udp"
-
"
53:53"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment