The official BIND9 (Berkeley Internet Name Domain 9) docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current BIND9 (Berkeley Internet Name Domain 9) docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
BIND9 (Berkeley Internet Name Domain 9) is an open source Domain Name System (DNS) software used to convert domain names into corresponding IP addresses, including authoritative servers, recursive resolvers, and related utilities.
Read more on the BIND 9 website.
The tag of each bind9 docker image is consist of the version of bind9 and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 9.21.25-oe2403sp4 | bind9 9.21.25 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 9.21.23-oe2403sp4 | bind9 9.21.23 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 9.21.23-oe2403sp3 | bind9 9.21.23 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 9.18.24-oe2203sp3 | Bind9 9.18.24 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 9.21.4-oe2203sp1 | Bind9 9.21.4 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 9.21.4-oe2203sp3 | Bind9 9.21.4 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 9.21.4-oe2203sp4 | Bind9 9.21.4 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 9.21.4-oe2403lts | Bind9 9.21.4 on openEuler 24.03-LTS | amd64, arm64 |
| 9.21.6-oe2403lts | Bind9 9.21.6 on openEuler 24.03-LTS | amd64, arm64 |
| 9.21.7-oe2403sp1 | Bind9 9.21.7 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 9.21.10-oe2403sp2 | Bind9 9.21.10 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/bind9 image from docker
docker pull openeuler/bind9:{Tag}
Start a bind9 instance
docker run -d --name my-bind9 -p 30053:53 openeuler/bind9:{Tag}
After the instance my-bind9 is started, access the bind9 service through http://localhost:30053.
Container startup options
| Option | Description |
|---|---|
-p 30053:53 | Expose bind9 on localhost:30053. |
-v /path/to/bind/configuration:/etc/named.conf | Local configuration file named.conf. |
View container running logs
docker logs -f my-bind9
To get an interactive shell
docker exec -it my-bind9 /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:295e1d6c4…
Size
299.6 MB
Last updated
1 day ago
docker pull openeuler/bind9Pulls:
7
Last week