专属域名
文档搜索
轩辕助手
Run助手
邀请有礼
返回顶部
快速返回页面顶部
收起
收起工具栏

netboxcommunity/netbox Docker 镜像 - 轩辕镜像

netbox
netboxcommunity/netbox
社区维护的Netbox Docker镜像,用于便捷部署和运行开源IP地址管理(IPAM)与数据中心基础设施管理(DCIM)工具。
214 收藏0 次下载activenetboxcommunity镜像
🚀专业版镜像服务,面向生产环境设计
版本下载
🚀专业版镜像服务,面向生产环境设计

netbox-docker

!GitHub closed pull requests !Github release workflow !Docker Pulls

The GitHub repository houses the components needed to build NetBox as a container. Images are built regularly using the code in that repository and are pushed to Docker Hub, Quay.io and GitHub Container Registry.

Do you have any questions? Before opening an issue on Github, please join our Slack and ask for help in the #netbox-docker channel.

Quickstart

To get NetBox Docker up and running run the following commands. There is a more complete Getting Started guide on our wiki which explains every step.

bash
git clone -b release [***]
cd netbox-docker
tee docker-compose.override.yml <<EOF
version: '3.4'
services:
  netbox:
    ports:
      - 8000:8080
EOF
docker compose pull
docker compose up

The whole application will be available after a few minutes. Open the URL [***] in a web-browser. You should see the NetBox homepage.

To create the first admin user run this command:

bash
docker compose exec netbox /opt/netbox/netbox/manage.py createsuperuser

If you need to restart Netbox from an empty database often, you can also set the SUPERUSER_* variables in your docker-compose.override.yml as shown in the example.

Container Image Tags

New container images are built and published automatically every ~24h.

We recommend to use either the vX.Y.Z-a.b.c tags or the vX.Y-a.b.c tags in production!

  • vX.Y.Z-a.b.c, vX.Y-a.b.c: These are release builds containing NetBox version vX.Y.Z. They contain the support files of NetBox Docker version a.b.c. You must use NetBox Docker version a.b.c to guarantee the compatibility. These images are automatically built from the corresponding releases of NetBox.
  • latest-a.b.c: These are release builds, containing the latest stable version of NetBox. They contain the support files of NetBox Docker version a.b.c. You must use NetBox Docker version a.b.c to guarantee the compatibility. These images are automatically built from the master branch of NetBox.
  • snapshot-a.b.c: These are prerelease builds. They contain the support files of NetBox Docker version a.b.c. You must use NetBox Docker version a.b.c to guarantee the compatibility. These images are automatically built from the develop branch of NetBox.

For each of the above tag, there is an extra tag:

  • vX.Y.Z, vX.Y: This is the same version as vX.Y.Z-a.b.c (or vX.Y-a.b.c, respectively). It always points to the latest version of NetBox Docker.
  • latest This is the same version as latest-a.b.c. It always points to the latest version of NetBox Docker.
  • snapshot This is the same version as snapshot-a.b.c. It always points to the latest version of NetBox Docker.

Documentation

Please refer to our wiki on GitHub for further information on how to use the NetBox Docker image properly. The wiki covers advanced topics such as using files for secrets, configuring TLS, deployment to Kubernetes, monitoring and configuring LDAP.

Our wiki is a community effort. Feel free to correct errors, update outdated information or provide additional guides and insights.

Getting Help

Feel free to ask questions in our GitHub Community or join our Slack and ask in our channel #netbox-docker, which is free to use and where there are almost always people online that can help you in the Slack channel.

If you need help with using NetBox or developing for it or against it's API you may find the #netbox channel on the same Slack instance very helpful.

Dependencies

This project relies only on Docker and docker-compose meeting these requirements:

  • The Docker version must be at least 20.10.10.
  • The containerd version must be at least 1.5.6.
  • The docker-compose version must be at least 1.28.0.

To check the version installed on your system run docker --version and docker compose version.

Updating

Please read the release notes carefully when updating to a new image version. Note that the version of the NetBox Docker container image must stay in sync with the code.

If you update for the first time, be sure to follow our How To Update NetBox Docker guide in the wiki.

Rebuilding the Image

./build.sh can be used to rebuild the container image. See ./build.sh --help for more information.

For more details on custom builds consult our wiki.

Tests

We have a test script. It runs NetBox's own unit tests and ensures that all initializers work:

bash
IMAGE=netboxcommunity/netbox:latest ./test.sh

Support

This repository is currently maintained by the community. Please consider sponsoring the maintainers of this project.

查看更多 netbox 相关镜像 →
linuxserver/netbox logo
linuxserver/netbox
by linuxserver.io
LinuxServer提供的NetBox镜像,用于IP地址管理(IPAM)和数据中心基础设施管理(DCIM),支持网络与数据中心基础设施的高效管理。
651M+ pulls
上次更新:4 天前
tgenannt/netbox logo
tgenannt/netbox
by tgenannt
netboxcommunity/netbox镜像新构建脚本的预览版。
50K+ pulls
上次更新:4 个月前
devonm/netbox logo
devonm/netbox
by devonm
NetBox Docker镜像,预装netbox-secretstore、netbox-lists及netbox-plugin-auth-saml2插件,集成秘密存储、列表管理与SAML2认证功能。
10K+ pulls
上次更新:17 天前
kristianfoss/netbox logo
kristianfoss/netbox
by kristianfoss
暂无描述
10K+ pulls
上次更新:17 天前

轩辕镜像配置手册

探索更多轩辕镜像的使用方法,找到最适合您系统的配置方式

登录仓库拉取

通过 Docker 登录认证访问私有仓库

Linux

在 Linux 系统配置镜像服务

Windows/Mac

在 Docker Desktop 配置镜像

Docker Compose

Docker Compose 项目配置

K8s Containerd

Kubernetes 集群配置 Containerd

K3s

K3s 轻量级 Kubernetes 镜像加速

宝塔面板

在宝塔面板一键配置镜像

群晖

Synology 群晖 NAS 配置

飞牛

飞牛 fnOS 系统配置镜像

极空间

极空间 NAS 系统配置服务

爱快路由

爱快 iKuai 路由系统配置

绿联

绿联 NAS 系统配置镜像

威联通

QNAP 威联通 NAS 配置

Podman

Podman 容器引擎配置

Singularity/Apptainer

HPC 科学计算容器配置

其他仓库配置

ghcr、Quay、nvcr 等镜像仓库

专属域名拉取

无需登录使用专属域名

需要其他帮助?请查看我们的 常见问题Docker 镜像访问常见问题解答 或 提交工单

镜像拉取常见问题

轩辕镜像免费版与专业版有什么区别?

免费版仅支持 Docker Hub 访问,不承诺可用性和速度;专业版支持更多镜像源,保证可用性和稳定速度,提供优先客服响应。

轩辕镜像支持哪些镜像仓库?

专业版支持 docker.io、gcr.io、ghcr.io、registry.k8s.io、nvcr.io、quay.io、mcr.microsoft.com、docker.elastic.co 等;免费版仅支持 docker.io。

流量耗尽错误提示

当返回 402 Payment Required 错误时,表示流量已耗尽,需要充值流量包以恢复服务。

410 错误问题

通常由 Docker 版本过低导致,需要升级到 20.x 或更高版本以支持 V2 协议。

manifest unknown 错误

先检查 Docker 版本,版本过低则升级;版本正常则验证镜像信息是否正确。

镜像拉取成功后,如何去掉轩辕镜像域名前缀?

使用 docker tag 命令为镜像打上新标签,去掉域名前缀,使镜像名称更简洁。

查看全部问题→

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker访问体验非常流畅,大镜像也能快速完成下载。"

轩辕镜像
镜像详情
...
netboxcommunity/netbox
官方博客Docker 镜像使用技巧与技术博客
热门镜像查看热门 Docker 镜像推荐
一键安装一键安装 Docker 并配置镜像源
提交工单
免费获取在线技术支持请 提交工单,官方QQ群:13763429 。
轩辕镜像面向开发者与科研用户,提供开源镜像的搜索和访问支持。所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
免费获取在线技术支持请提交工单,官方QQ群: 。
轩辕镜像面向开发者与科研用户,提供开源镜像的搜索和访问支持。所有镜像均来源于原始仓库,本站不存储、不修改、不传播任何镜像内容。
官方邮箱:点击复制邮箱
©2024-2026 源码跳动
官方邮箱:点击复制邮箱Copyright © 2024-2026 杭州源码跳动科技有限公司. All rights reserved.
轩辕镜像 官方专业版 Logo
轩辕镜像轩辕镜像官方专业版
首页个人中心搜索镜像
交易
充值流量我的订单
工具
提交工单镜像收录一键安装
Npm 源Pip 源Homebrew 源
帮助
常见问题
其他
关于我们网站地图

官方QQ群: 13763429