Sign inSign up

openeuler/bind9

Sponsored OSS

By openeuler

Updated 2 days ago

Image
1

10K+

openeuler/bind9 repository overview

Quick reference

BIND9 (Berkeley Internet Name Domain 9) | 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

TagCurrentlyArchitectures
9.21.25-oe2403sp4bind9 9.21.25 on openEuler 24.03-LTS-SP4amd64, arm64
9.21.23-oe2403sp4bind9 9.21.23 on openEuler 24.03-LTS-SP4amd64, arm64
9.21.23-oe2403sp3bind9 9.21.23 on openEuler 24.03-LTS-SP3amd64, arm64
9.18.24-oe2203sp3Bind9 9.18.24 on openEuler 22.03-LTS-SP3amd64, arm64
9.21.4-oe2203sp1Bind9 9.21.4 on openEuler 22.03-LTS-SP1amd64, arm64
9.21.4-oe2203sp3Bind9 9.21.4 on openEuler 22.03-LTS-SP3amd64, arm64
9.21.4-oe2203sp4Bind9 9.21.4 on openEuler 22.03-LTS-SP4amd64, arm64
9.21.4-oe2403ltsBind9 9.21.4 on openEuler 24.03-LTSamd64, arm64
9.21.6-oe2403ltsBind9 9.21.6 on openEuler 24.03-LTSamd64, arm64
9.21.7-oe2403sp1Bind9 9.21.7 on openEuler 24.03-LTS-SP1amd64, arm64
9.21.10-oe2403sp2Bind9 9.21.10 on openEuler 24.03-LTS-SP2amd64, arm64

Usage

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

    OptionDescription
    -p 30053:53Expose bind9 on localhost:30053.
    -v /path/to/bind/configuration:/etc/named.confLocal 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
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:295e1d6c4

Size

299.6 MB

Last updated

2 days ago

docker pull openeuler/bind9

This week's pulls

Pulls:

7

Last week