-
-
Notifications
You must be signed in to change notification settings - Fork 18
Closed as not planned
Description
Desired Behavior
Specify a list of netbox plugins to install (via ENV variable or mounting a requirements.txt file to a given directory) that on boot will install the listed packages to be used in the instance.
This option should support either pulling from pypi or installing local whl files that are mounted to the container.
Current Behavior
This function is not possible currently at runtime
Alternatives Considered
To achieve a similar result the docker image has to be built manually with the additional packages install on build.
boomertsfx
