linuxserver/netbox.

1,042,069 55 amd64 arm64

Build Information

General build information for this image

Docker Hub linuxserver/netbox
Build Time 18 Apr 2024 15:59:57
Synchronised Yes
Stable Yes
Deprecated No

Tracked Tags

Known tags which link to a specific branched app version.

Branch Version Built
latest 3.7.5 18 Apr 2024 at 15:59:56

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:3.7.5
    container_name: netbox
    restart: no

CLI

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