Merge ~athos-ribeiro/ubuntu-docker-images/+git/templates:bind9-udp into ~ubuntu-docker-images/ubuntu-docker-images/+git/templates:main

Proposed by Athos Ribeiro
Status: Merged
Merged at revision: 87f53d37a4d4981b7d899524e82fb212accb76a6
Proposed branch: ~athos-ribeiro/ubuntu-docker-images/+git/templates:bind9-udp
Merge into: ~ubuntu-docker-images/ubuntu-docker-images/+git/templates:main
Diff against target: 50 lines (+4/-3)
4 files modified
data/bind9.yaml (+1/-0)
docs/docker.io/ubuntu/bind9.md (+1/-1)
docs/public.ecr.aws/lts/usage/bind9.md (+1/-1)
docs/public.ecr.aws/ubuntu/usage/bind9.md (+1/-1)
Reviewer Review Type Date Requested Status
Cristovao Cordeiro Approve
Review via email: mp+462943@code.launchpad.net

Description of the change

update bind9 example to also bind to UDP.

To post a comment you must log in.
Revision history for this message
Cristovao Cordeiro (cjdc) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/data/bind9.yaml b/data/bind9.yaml
index 4a52e08..c999ed6 100644
--- a/data/bind9.yaml
+++ b/data/bind9.yaml
@@ -36,6 +36,7 @@ releases:
36docker:36docker:
37 parameters:37 parameters:
38 - -p 30053:5338 - -p 30053:53
39 - -p 30053:53/udp
39 access: Access your Bind9 server at `localhost:30053`40 access: Access your Bind9 server at `localhost:30053`
40parameters:41parameters:
41 - type: -e42 - type: -e
diff --git a/docs/docker.io/ubuntu/bind9.md b/docs/docker.io/ubuntu/bind9.md
index d722f61..9d31dd9 100644
--- a/docs/docker.io/ubuntu/bind9.md
+++ b/docs/docker.io/ubuntu/bind9.md
@@ -35,7 +35,7 @@ If your usage includes commercial redistribution, or requires ESM or unavailable
35Launch this image locally:35Launch this image locally:
3636
37```sh37```sh
38docker run -d --name bind9-container -e TZ=UTC -p 30053:53 ubuntu/bind9:9.18-22.04_beta38docker run -d --name bind9-container -e TZ=UTC -p 30053:53 -p 30053:53/udp ubuntu/bind9:9.18-22.04_beta
39```39```
40Access your Bind9 server at `localhost:30053`40Access your Bind9 server at `localhost:30053`
4141
diff --git a/docs/public.ecr.aws/lts/usage/bind9.md b/docs/public.ecr.aws/lts/usage/bind9.md
index 9f6e4b5..eedeaf9 100644
--- a/docs/public.ecr.aws/lts/usage/bind9.md
+++ b/docs/public.ecr.aws/lts/usage/bind9.md
@@ -9,7 +9,7 @@
9Launch this image locally:9Launch this image locally:
1010
11```sh11```sh
12docker run -d --name bind9-container -e TZ=UTC -p 30053:53 public.ecr.aws/ubuntu/bind9:9.18-22.04_beta12docker run -d --name bind9-container -e TZ=UTC -p 30053:53 -p 30053:53/udp public.ecr.aws/ubuntu/bind9:9.18-22.04_beta
13```13```
14Access your Bind9 server at `localhost:30053`14Access your Bind9 server at `localhost:30053`
1515
diff --git a/docs/public.ecr.aws/ubuntu/usage/bind9.md b/docs/public.ecr.aws/ubuntu/usage/bind9.md
index 9f6e4b5..eedeaf9 100644
--- a/docs/public.ecr.aws/ubuntu/usage/bind9.md
+++ b/docs/public.ecr.aws/ubuntu/usage/bind9.md
@@ -9,7 +9,7 @@
9Launch this image locally:9Launch this image locally:
1010
11```sh11```sh
12docker run -d --name bind9-container -e TZ=UTC -p 30053:53 public.ecr.aws/ubuntu/bind9:9.18-22.04_beta12docker run -d --name bind9-container -e TZ=UTC -p 30053:53 -p 30053:53/udp public.ecr.aws/ubuntu/bind9:9.18-22.04_beta
13```13```
14Access your Bind9 server at `localhost:30053`14Access your Bind9 server at `localhost:30053`
1515

Subscribers

People subscribed via source and target branches