netbox-ui-plugin issues (pull access denied and wrong environment) #649
-
Fairly new to linux and docker stuff so apologies if this is missing info or anything. I'm running a docker-compose for Netbox using this image https://github.com/netbox-community/netbox-docker I encounter several issues, the primary is the custom image can't be pulled after changing the compose image name to root@Netbox:~/netbox-docker# docker-compose up The next issue I get when I change the image name back to netbox-housekeeping_1 | django.core.exceptions.ImproperlyConfigured: Unable to import plugin nextbox_ui_plugin: Module not found. Check that the plugin module has been installed within the correct Python environment. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I figured it out - a few things were both blocked on the router side (allowed everything that popped up for the installation during the docker build -t netbox-custom . command. I also had to alter that command to: $ DOCKER_BUILDKIT=1 docker build -t netbox-custom . |
Beta Was this translation helpful? Give feedback.
I figured it out - a few things were both blocked on the router side (allowed everything that popped up for the installation during the docker build -t netbox-custom . command. I also had to alter that command to: $ DOCKER_BUILDKIT=1 docker build -t netbox-custom .