Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 3.25 KB

README.md

File metadata and controls

37 lines (26 loc) · 3.25 KB

docker_netbox

build status testing size latest size

latest version image pulls


An Alpine-based non-root multiarch Netbox Docker image with:

  • a single container with WSGI, request queue workers, housekeeping, and nginx
  • user specifiable UID:GID for ownership of files in bind-mounted volumes
386 amd64 arm/v6 arm/v7 arm64 ppc64le s390x
✖️ ✔️ ✖️ ✔️ ✔️ ✖️ ✖️

Usage

With Docker

Warning

The following command will spin up only a Netbox container.
For a usable setup, you would likely want to spin up additional containers, at least for the database and caching. See services/netbox for an example using docker compose.

docker run -p 80:80 -it padhihomelab/netbox

Serves netbox on port 80.