This guide demonstrates how to build and run NetBox as a Docker container. It assumes that the latest versions of Docker and docker-compose are already installed in your host.
To get NetBox up and running:
git clone -b master https://github.com/digitalocean/netbox.git
cd netbox
docker-compose up -d
The application will be available on http://localhost/ after a few minutes.
Default credentials:
You can configure the app at runtime using variables (see docker-compose.yml
). Possible environment variables include: