Overview
- Full name
docker.io/eafxx/bind- Registry
- docker.io
- Namespace
- eafxx
- Repository
- bind
- Cached tags
- 23
- Last synced
- 07/06/2026, 09:06 PM
Introduction
BIND 9 权威/递归 DNS 服务器镜像,用于自建域名解析、内网 split-DNS 或开发环境 mock 区域记录。
Details
BIND 是 ISC 维护的经典 DNS 实现,本镜像便于快速拉起 named 服务并挂载 zone 文件。权威解析需准备正向/反向 zone 与 SOA 记录;递归解析应限制 ACL 防止开放 resolver 被滥用。生产建议启用 DNSSEC、TSIG 更新密钥,并将 53 端口置于防火墙之后。
快速启动
docker run -d --name bind \
-p 53:53/udp -p 53:53/tcp \
-v $(pwd)/named.conf:/etc/bind/named.conf \
-v $(pwd)/zones:/etc/bind/zones \
docker.io/eafxx/bind:latest
推荐实践
docker run -d --name bind \
--restart unless-stopped \
-p 53:53/udp -p 53:53/tcp \
-v /etc/bind/named.conf:/etc/bind/named.conf:ro \
-v /var/cache/bind:/var/cache/bind \
-v /etc/bind/zones:/etc/bind/zones:ro \
docker.io/eafxx/bind:9.18
核心参数说明
-p 53:53/udp/-p 53:53/tcp— DNS 标准端口-v .../named.conf— 主配置,定义 zone 与 ACL-v .../zones— 区域文件目录-v /var/cache/bind— 递归缓存持久化(递归模式)--restart unless-stopped— 解析服务持续可用
Latest tags (20)
View all 23 tags →| Tag | Arch | Pushed At | Size | Digest | Sync | Wish | Action |
|---|---|---|---|---|---|---|---|
docker.io/eafxx/bind :dev | linux/arm64linux/arm/v7 | 2022/12/14 02:25 | 111.1 MB | sha256:7c436dc95972… | |||
docker.io/eafxx/bind :latest-ccf145d3 | linux/amd64linux/arm64linux/arm/v7 | 2022/07/16 10:24 | 115.3 MB | sha256:b6ea4da6cb68… | |||
docker.io/eafxx/bind :latest | linux/amd64linux/arm64linux/arm/v7 | 2022/07/16 10:24 | 115.3 MB | sha256:b6ea4da6cb68… | |||
docker.io/eafxx/bind :latest-9f74179f | linux/arm64linux/amd64linux/arm/v7 | 2021/09/18 08:50 | 114.8 MB | sha256:85de273f2476… | |||
docker.io/eafxx/bind :latest-8d38bbbd | linux/amd64linux/arm64 | 2021/09/05 08:16 | 115.7 MB | sha256:818eb877cf20… | |||
docker.io/eafxx/bind :latest-7880fbcc | linux/arm64linux/amd64 | 2021/09/05 03:03 | 114.0 MB | sha256:b0961e1aa85c… | |||
docker.io/eafxx/bind :latest-fdc09e1e | linux/amd64linux/arm64 | 2021/09/04 08:43 | 114.2 MB | sha256:7c7d893d1616… | |||
docker.io/eafxx/bind :latest-6c0ff228 | linux/arm/v7linux/arm64linux/amd64 | 2021/09/02 08:52 | 106.6 MB | sha256:75e5f1e288ba… | |||
docker.io/eafxx/bind :latest-1d4d2537 | linux/arm64linux/amd64 | 2021/08/28 08:42 | 113.5 MB | sha256:ca575eae4df0… | |||
docker.io/eafxx/bind :exp | linux/amd64 | 2021/08/26 20:36 | 115.1 MB | sha256:d5793351985d… | |||
docker.io/eafxx/bind :latest-8cc40932 | linux/arm64linux/arm/v7linux/amd64 | 2020/09/05 09:17 | 120.8 MB | sha256:9c15e971a7a3… | |||
docker.io/eafxx/bind :dev-test | linux/amd64 | 2020/08/31 01:36 | 124.2 MB | sha256:744fa4921e49… | |||
docker.io/eafxx/bind :latest-ee80ab91 | linux/amd64linux/arm/v7linux/arm64 | 2020/08/22 08:41 | 123.6 MB | sha256:e76690bd07f9… | |||
docker.io/eafxx/bind :latest-8814c0e8 | linux/amd64linux/arm64linux/arm/v7 | 2020/08/01 08:38 | 123.6 MB | sha256:0228db993dda… | |||
docker.io/eafxx/bind :latest-cd2092b5 | linux/amd64linux/arm64linux/arm/v7 | 2020/06/27 08:28 | 106.5 MB | sha256:7a8715989909… | |||
docker.io/eafxx/bind :latest-8b9d15d1 | linux/amd64linux/arm64linux/arm/v7 | 2020/05/09 08:24 | 111.5 MB | sha256:d28e4a8de306… | |||
docker.io/eafxx/bind :latest-f6b38ce3 | linux/arm64linux/amd64linux/arm/v7 | 2020/04/26 21:55 | 109.8 MB | sha256:0a3170ed2cd8… | |||
docker.io/eafxx/bind :latest-68120c1b | linux/arm/v7linux/amd64linux/arm64 | 2020/04/25 09:51 | 103.0 MB | sha256:24a4ab433e56… | |||
docker.io/eafxx/bind :latest-21c470e2 | linux/amd64linux/arm/v7linux/arm64 | 2020/04/18 08:16 | 114.7 MB | sha256:d018013f5a35… | |||
docker.io/eafxx/bind :latest-0d566adf | linux/arm64linux/amd64linux/arm/v7 | 2020/03/21 08:16 | 112.1 MB | sha256:3a796d715e6f… |