Add notes to use the netbox-docker image for develoment
This commit is contained in:
parent
f16efe27c3
commit
d3f63c8471
1 changed files with 8 additions and 0 deletions
|
|
@ -221,3 +221,11 @@ If you want to run the agent while adding features or just for debugging purpose
|
||||||
# cd netbox-agent
|
# cd netbox-agent
|
||||||
# python3 -m netbox_agent.cli --register
|
# 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
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue