Skip to content
Discussion options

You must be logged in to vote

Ok, finally got this working so I'll document here. First, I was trying to use apt-get (Ubuntu) to install packages but the Netbox image is based off of Alpine Linux so I needed to use "apk add" to add packages. Next, I needed to do bit of research and trial and error to get the equivalent package names for Alpine Linux. Lastly, I needed to run pip using the Netbox venv within the container and not in system installed python. This fooled me at first because when I logged into the Netbox container and issued the "pip list" command, I saw the napalm package so I assumed this is what netbox was using... Wrong. Netbox python environment in the container is /opt/netbox/venv/bin.
Then I was abl…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by allan-silverstein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant