The Hoof & Paw
DocsCategoriesTagsView the current conditions from the WolfspyreLabs WeatherstationToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Getting NetBox Setup

Getting all this working

So it seemed a pretty simple (to me) idea to just grab the community-built Netbox Docker image an play w it. We can retool later if we need to.

So… lets get to it shall we?

The NetBox Docker - Getting Started page does a pretty good job setting you up to succeed.

Essential requirements and Prerequisites

you’ll need a host to run the container on. I chose an ubuntu VM with Docker

tune docker

Clone the repo
adjust the docker-compose.override.yml file
stand up the rig
Initial login

browse to your newly provisioned netbox rig you should get a nice pretty view like

https://github.com/netbox-community/netbox-docker https://github.com/netbox-community/netbox-docker.git

Start up netbox

docker login gitlab.wolfspyre.io:5009 -user=pandora-docker -p glpat-LHE6uPM9vxtnmXB_sbeB

Netbox Docker - Napalm

Initializers
1
2
3
4
5
version: '3.4'
services:
  netbox:
    volumes:
    - ./my_initializers:/opt/netbox/initializers:z,ro