Dockerized Netbox tool by Digital Ocean (https://github.com/digitalocean/netbox)
872
Netbox is an IPAM and DCIM management tool by Digital Ocean. This is a containerized version of said tool.
env, to reflect your environment.
Then, either:git clone https://github.com/Banshee1221/netbox-docker.git
cd netbox-docker
docker build -t netbox-docker .
docker run -d -p <port to listen on host>:8000 --env-file=env netbox-docker
docker run -d -p <port to listen on host>:8000 --env-file=env eugenedb/netboxADMIN_USER=admin
[email protected]
ADMIN_PASS=123qwe
ALLOWED_HOSTS='localhost', '127.0.0.1'
NGINX_HOST=same_as_FQDN_for_allowed_hosts
DB_USER=netbox
DB_NAME=netbox
DB_PASS=super_secret_password
DB_HOST=127.0.0.1
DB_PORT=5432
Content type
Image
Digest
Size
339.2 MB
Last updated
over 8 years ago
docker pull eugenedb/netbox-docker