概要

フル名
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アーキテクチャプッシュ日時サイズDigest同期期望操作
docker.io/netboxcommunity/netbox
:feature-5.0.1
linux/amd64linux/arm64
2026/06/27 14:49247.2 MBsha256:c6dda5aefbce
docker.io/netboxcommunity/netbox
:feature
linux/amd64linux/arm64
2026/06/27 14:49247.2 MBsha256:c6dda5aefbce
docker.io/netboxcommunity/netbox
:latest-5.0.1
linux/amd64linux/arm64
2026/06/19 15:36245.9 MBsha256:1296e424bd97
docker.io/netboxcommunity/netbox
:latest
linux/amd64linux/arm64
2026/06/19 15:36245.9 MBsha256:1296e424bd97
docker.io/netboxcommunity/netbox
:v4.6-5.0.1
linux/amd64linux/arm64
2026/06/19 15:36245.9 MBsha256:1296e424bd97
docker.io/netboxcommunity/netbox
:v4.6
linux/amd64linux/arm64
2026/06/19 15:36245.9 MBsha256:1296e424bd97
docker.io/netboxcommunity/netbox
:v4.6.3-5.0.1
linux/amd64linux/arm64
2026/06/19 15:36245.9 MBsha256:1296e424bd97
docker.io/netboxcommunity/netbox
:v4.6.3
linux/amd64linux/arm64
2026/06/19 15:36245.9 MBsha256:1296e424bd97
docker.io/netboxcommunity/netbox
:v4.6.2-5.0.1
linux/amd64linux/arm64
2026/06/04 15:18245.5 MBsha256:96f918da7c70
docker.io/netboxcommunity/netbox
:v4.6.2
linux/amd64linux/arm64
2026/06/04 15:18245.5 MBsha256:96f918da7c70
docker.io/netboxcommunity/netbox
:v4.6.1-5.0.1
linux/amd64linux/arm64
2026/05/21 15:02244.6 MBsha256:994ec5b32fea
docker.io/netboxcommunity/netbox
:v4.6.1
linux/amd64linux/arm64
2026/05/21 15:02244.6 MBsha256:994ec5b32fea
docker.io/netboxcommunity/netbox
:v4.6.0-5.0.1
linux/amd64linux/arm64
2026/05/06 18:26244.1 MBsha256:e9e804c483ed
docker.io/netboxcommunity/netbox
:v4.6.0
linux/amd64linux/arm64
2026/05/06 18:26244.1 MBsha256:e9e804c483ed
docker.io/netboxcommunity/netbox
:latest-5.0.0
linux/amd64linux/arm64
2026/05/06 04:29244.1 MBsha256:318462324f48
docker.io/netboxcommunity/netbox
:v4.6-5.0.0
linux/amd64linux/arm64
2026/05/06 04:29244.1 MBsha256:318462324f48
docker.io/netboxcommunity/netbox
:feature-5.0.0
linux/amd64linux/arm64
2026/05/06 04:29244.1 MBsha256:2ef59dc00782
docker.io/netboxcommunity/netbox
:v4.6.0-5.0.0
linux/amd64linux/arm64
2026/05/06 04:29244.1 MBsha256:318462324f48
docker.io/netboxcommunity/netbox
:latest-4.0.2
linux/amd64linux/arm64
2026/05/05 14:33231.6 MBsha256:621b66474a7c
docker.io/netboxcommunity/netbox
:v4.5-4.0.2
linux/amd64linux/arm64
2026/05/05 14:33231.6 MBsha256:621b66474a7c