openeuler/bind9The 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.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
bashdocker pull openeuler/bind9:{Tag}
Start a bind9 instance
bashdocker 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
bashdocker logs -f my-bind9
To get an interactive shell
bashdocker 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.



manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务