镜像概览
- 完整引用
docker.io/netboxcommunity/netbox- Registry
- docker.io
- 命名空间
- netboxcommunity
- 仓库
- netbox
- 已缓存 Tag 数
- 726
- 最近同步
- 07/06/2026, 12:35 AM
简介
NetBox IPAM/DCIM 镜像,IP 地址管理、机架/设备/线缆文档化,网络与数据中心基础设施 Source of Truth。
详细介绍
netboxcommunity/netbox 运行 NetBox 开源 IPAM/DCIM 平台,管理 IP 前缀/地址、VLAN、机架、设备、线缆与虚拟化资源,作为网络基础设施单一数据源。定位为 NetOps DCIM Web 应用,需 PostgreSQL 与 Redis;K8s Deployment 企业网络资产管理。
快速启动
docker run -d --name netbox \
-p 8080:8080 \
-e DB_HOST=postgres \
-e REDIS_HOST=redis \
docker.io/netboxcommunity/netbox:latest
推荐实践
docker run -d --name netbox \
--restart unless-stopped \
-p 8080:8080 \
-e DB_HOST=postgres.internal \
-e DB_PASSWORD=changeme \
-e REDIS_HOST=redis.internal \
-e SECRET_KEY=random-secret \
docker.io/netboxcommunity/netbox:4.0.0
核心参数说明
-p 8080:8080— NetBox Web UI-e DB_HOST— PostgreSQL 地址-e SECRET_KEY— Django 密钥(高敏)- 功能 — IPAM/DCIM/线缆管理
Kubernetes
apiVersion: apps/v1
kind: Deployment
metadata:
name: netbox
spec:
replicas: 1
selector:
matchLabels:
app: netbox
template:
metadata:
labels:
app: netbox
spec:
containers:
- name: netbox
image: docker.io/netboxcommunity/netbox:4.0.0
ports:
- containerPort: 8080
envFrom:
- secretRef:
name: netbox-env
---
apiVersion: v1
kind: Service
metadata:
name: netbox
spec:
selector:
app: netbox
ports:
- port: 8080
targetPort: 8080
PostgreSQL/Redis 独立 StatefulSet;Ingress 内网 NetOps 门户。
最新 Tag(20 条)
查看全部 726 个 Tag →| Tag | 架构 | 推送时间 | 大小 | Digest | 同步 | 期望 | 操作 |
|---|---|---|---|---|---|---|---|
docker.io/netboxcommunity/netbox :feature-5.0.1 | linux/amd64linux/arm64 | 2026/06/27 14:49 | 247.2 MB | sha256:c6dda5aefbce… | |||
docker.io/netboxcommunity/netbox :feature | linux/amd64linux/arm64 | 2026/06/27 14:49 | 247.2 MB | sha256:c6dda5aefbce… | |||
docker.io/netboxcommunity/netbox :latest-5.0.1 | linux/amd64linux/arm64 | 2026/06/19 15:36 | 245.9 MB | sha256:1296e424bd97… | |||
docker.io/netboxcommunity/netbox :latest | linux/amd64linux/arm64 | 2026/06/19 15:36 | 245.9 MB | sha256:1296e424bd97… | |||
docker.io/netboxcommunity/netbox :v4.6-5.0.1 | linux/amd64linux/arm64 | 2026/06/19 15:36 | 245.9 MB | sha256:1296e424bd97… | |||
docker.io/netboxcommunity/netbox :v4.6 | linux/amd64linux/arm64 | 2026/06/19 15:36 | 245.9 MB | sha256:1296e424bd97… | |||
docker.io/netboxcommunity/netbox :v4.6.3-5.0.1 | linux/amd64linux/arm64 | 2026/06/19 15:36 | 245.9 MB | sha256:1296e424bd97… | |||
docker.io/netboxcommunity/netbox :v4.6.3 | linux/amd64linux/arm64 | 2026/06/19 15:36 | 245.9 MB | sha256:1296e424bd97… | |||
docker.io/netboxcommunity/netbox :v4.6.2-5.0.1 | linux/amd64linux/arm64 | 2026/06/04 15:18 | 245.5 MB | sha256:96f918da7c70… | |||
docker.io/netboxcommunity/netbox :v4.6.2 | linux/amd64linux/arm64 | 2026/06/04 15:18 | 245.5 MB | sha256:96f918da7c70… | |||
docker.io/netboxcommunity/netbox :v4.6.1-5.0.1 | linux/amd64linux/arm64 | 2026/05/21 15:02 | 244.6 MB | sha256:994ec5b32fea… | |||
docker.io/netboxcommunity/netbox :v4.6.1 | linux/amd64linux/arm64 | 2026/05/21 15:02 | 244.6 MB | sha256:994ec5b32fea… | |||
docker.io/netboxcommunity/netbox :v4.6.0-5.0.1 | linux/amd64linux/arm64 | 2026/05/06 18:26 | 244.1 MB | sha256:e9e804c483ed… | |||
docker.io/netboxcommunity/netbox :v4.6.0 | linux/amd64linux/arm64 | 2026/05/06 18:26 | 244.1 MB | sha256:e9e804c483ed… | |||
docker.io/netboxcommunity/netbox :latest-5.0.0 | linux/amd64linux/arm64 | 2026/05/06 04:29 | 244.1 MB | sha256:318462324f48… | |||
docker.io/netboxcommunity/netbox :v4.6-5.0.0 | linux/amd64linux/arm64 | 2026/05/06 04:29 | 244.1 MB | sha256:318462324f48… | |||
docker.io/netboxcommunity/netbox :feature-5.0.0 | linux/amd64linux/arm64 | 2026/05/06 04:29 | 244.1 MB | sha256:2ef59dc00782… | |||
docker.io/netboxcommunity/netbox :v4.6.0-5.0.0 | linux/amd64linux/arm64 | 2026/05/06 04:29 | 244.1 MB | sha256:318462324f48… | |||
docker.io/netboxcommunity/netbox :latest-4.0.2 | linux/amd64linux/arm64 | 2026/05/05 14:33 | 231.6 MB | sha256:621b66474a7c… | |||
docker.io/netboxcommunity/netbox :v4.5-4.0.2 | linux/amd64linux/arm64 | 2026/05/05 14:33 | 231.6 MB | sha256:621b66474a7c… |