Skip to content

install in a Docker container #6

@ArminRadmueller

Description

@ArminRadmueller

I'm trying to install the plugin in a Netbox Docker container and I'm running the following commands in the Dockerfile. The installation seems to work, but when I start it I get the error "LookupError: No installed app with label 'netbox_static_routes'.

RUN cd /opt/netbox/netbox && git clone https://github.com/jbparrish17/netbox-static-routes && \
    /bin/bash -c "source /opt/netbox/venv/bin/activate && cd netbox-static-routes && python3 setup.py develop"

What could be the problem here?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions