thirdgen88 / ignition-docker

Ignition Docker Community Image
MIT License
72 stars 17 forks source link

Modules Paths #128

Closed kreddad closed 1 year ago

kreddad commented 1 year ago

I have modules paths -v /path/to/my/modules:/modules \ , but every time installing modules don't go to this path. and also evetime do changes to Kcollins/ignition docker, I have to install the modules evetime . any advice thank you

thirdgen88 commented 1 year ago

Take a look at the documentation here. The way it works is you place your third-party modules in the folder on the host; then, they sym-link into place prior to gateway startup. You can't manage them via the gateway webpage. To control which of the built-in modules are loaded, look at the GATEWAY_MODULES_ENABLED environment variable in the docs.

kreddad commented 1 year ago

GATEWAY_MODULES_ENABLED=all, and copied modules.modI to -v /path/to/my/modules then worked' thanks again