linuxserver/netbox.

1,146,424 58 unknown arm64 unknown amd64

Build Information

General build information for this image

Docker Hub linuxserver/netbox
Build Time 15 Mar 2025 13:21:58
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest latest 13 Mar 2025 at 15:54:18

Daily Pull Statistics

Running this as a container

Basic examples for getting this image running as a container

Docker Compose

---
version: "2"
services:
  netbox:
    image: linuxserver/netbox:latest
    container_name: netbox
    restart: no

CLI

docker create \
  --name=netbox \  --restart no \
  linuxserver/netbox:latest