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
1diff --git a/data/bind9.yaml b/data/bind9.yaml
2index 4a52e08..c999ed6 100644
3--- a/data/bind9.yaml
4+++ b/data/bind9.yaml
5@@ -36,6 +36,7 @@ releases:
6 docker:
7 parameters:
8 - -p 30053:53
9+ - -p 30053:53/udp
10 access: Access your Bind9 server at `localhost:30053`
11 parameters:
12 - type: -e
13diff --git a/docs/docker.io/ubuntu/bind9.md b/docs/docker.io/ubuntu/bind9.md
14index d722f61..9d31dd9 100644
15--- a/docs/docker.io/ubuntu/bind9.md
16+++ b/docs/docker.io/ubuntu/bind9.md
17@@ -35,7 +35,7 @@ If your usage includes commercial redistribution, or requires ESM or unavailable
18 Launch this image locally:
19
20 ```sh
21-docker run -d --name bind9-container -e TZ=UTC -p 30053:53 ubuntu/bind9:9.18-22.04_beta
22+docker run -d --name bind9-container -e TZ=UTC -p 30053:53 -p 30053:53/udp ubuntu/bind9:9.18-22.04_beta
23 ```
24 Access your Bind9 server at `localhost:30053`
25
26diff --git a/docs/public.ecr.aws/lts/usage/bind9.md b/docs/public.ecr.aws/lts/usage/bind9.md
27index 9f6e4b5..eedeaf9 100644
28--- a/docs/public.ecr.aws/lts/usage/bind9.md
29+++ b/docs/public.ecr.aws/lts/usage/bind9.md
30@@ -9,7 +9,7 @@
31 Launch this image locally:
32
33 ```sh
34-docker run -d --name bind9-container -e TZ=UTC -p 30053:53 public.ecr.aws/ubuntu/bind9:9.18-22.04_beta
35+docker 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
36 ```
37 Access your Bind9 server at `localhost:30053`
38
39diff --git a/docs/public.ecr.aws/ubuntu/usage/bind9.md b/docs/public.ecr.aws/ubuntu/usage/bind9.md
40index 9f6e4b5..eedeaf9 100644
41--- a/docs/public.ecr.aws/ubuntu/usage/bind9.md
42+++ b/docs/public.ecr.aws/ubuntu/usage/bind9.md
43@@ -9,7 +9,7 @@
44 Launch this image locally:
45
46 ```sh
47-docker run -d --name bind9-container -e TZ=UTC -p 30053:53 public.ecr.aws/ubuntu/bind9:9.18-22.04_beta
48+docker 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
49 ```
50 Access your Bind9 server at `localhost:30053`
51

Subscribers

People subscribed via source and target branches