Install Netbox container
https://github.com/netbox-community/netbox-docker/wiki/Getting-Started
https://hub.docker.com/r/netboxcommunity/netbox/dockerfile
Also:
https://github.com/vishnoisuresh/netbox-kubernetes
Install docker | https://github.com/netbox-community/netbox-docker#dependencies https://docs.docker.com/engine/install/linux-postinstall/ sudo snap install docker # version 18.09.9, or |
install git | https://git-scm.com/download/linux sudo apt-get install git |
sudo groupadd docker | |
cd projects sudo docker-compose up -d | |
stop and restart | docker-compose stop docker-compose up -d |
clean netbox db | docker-compose down -v |