Add notes to use the netbox-docker image for develoment

This commit is contained in:
Solvik 2020-06-14 18:23:39 +02:00 committed by GitHub
commit d3f63c8471
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,3 +221,11 @@ If you want to run the agent while adding features or just for debugging purpose
# cd netbox-agent
# python3 -m netbox_agent.cli --register
```
On a personal note, I use the docker image from [netbox-community/netbox-docker](https://github.com/netbox-community/netbox-docker)
```
# git clone https://github.com/netbox-community/netbox-docker
# cd netbox-docker
# docker-compose pull
# docker-compose up
```