linuxserver/netbox¶
Netbox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/netbox:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture | Available | Tag |
---|---|---|
x86-64 | ✅ | amd64-<version tag> |
arm64 | ✅ | arm64v8-<version tag> |
armhf | ❌ |
Application Setup¶
Netbox requires a postgres database and a redis instance.
Access the WebUI at
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
+ netbox - LinuxServer.io
LinuxServer.io netbox
linuxserver/netbox¶
Netbox is an IP address management (IPAM) and data center infrastructure management (DCIM) tool. Initially conceived by the network engineering team at DigitalOcean, NetBox was developed specifically to address the needs of network and infrastructure engineers. It is intended to function as a domain-specific source of truth for network operations.
Supported Architectures¶
We utilise the docker manifest for multi-platform awareness. More information is available from docker here and our announcement here.
Simply pulling lscr.io/linuxserver/netbox:latest
should retrieve the correct image for your arch, but you can also pull specific arch images via tags.
The architectures supported by this image are:
Architecture Available Tag x86-64 ✅ amd64-<version tag> arm64 ✅ arm64v8-<version tag> armhf ❌
Application Setup¶
Netbox requires a postgres database and a redis instance.
Access the WebUI at :8000. For more information, check out NetBox.
Usage¶
To help you get started creating a container from this image you can either use docker-compose or the docker cli.
docker-compose (recommended, click here for more info)¶
---
version: "2.1"
services:
netbox:
@@ -89,4 +89,4 @@
--pull \
-t lscr.io/linuxserver/netbox:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
- 14.05.23: - Build local docs on first run.
- 05.03.23: - Rebase to Alpine 3.17.
- 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 01.08.22: - Remove py3-pillow, add tiff to fix deps.
- 26.07.22: - Add py3-pillow package back on arm to fix build issue.
- 10.12.21: - Remove py3-pillow package to fix dependency issue with 3.2.0.
- 10.12.21: - Rebase to Alpine 3.15.
- 26.04.21: - Added Redis database environment variables.
- 03.02.21: - Added remote authentication environment variables.
- 02.01.21: - Added BASE_PATH environment variable.
- 23.08.20: - Initial Release.
Last update: October 12, 2023
Created: February 6, 2019
\ No newline at end of file
+
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions¶
- 11.06.23: - Rebase to Alpine 3.18, deprecate armhf.
- 14.05.23: - Build local docs on first run.
- 05.03.23: - Rebase to Alpine 3.17.
- 02.11.22: - Rebase to Alpine 3.16, migrate to s6v3.
- 01.08.22: - Remove py3-pillow, add tiff to fix deps.
- 26.07.22: - Add py3-pillow package back on arm to fix build issue.
- 10.12.21: - Remove py3-pillow package to fix dependency issue with 3.2.0.
- 10.12.21: - Rebase to Alpine 3.15.
- 26.04.21: - Added Redis database environment variables.
- 03.02.21: - Added remote authentication environment variables.
- 02.01.21: - Added BASE_PATH environment variable.
- 23.08.20: - Initial Release.
Created: February 6, 2019