is there any special way to manually add plugins to docker SK server?

is there any special way to manually add plugins to docker SK server?
3 Replies
Tony
Tony5d ago
Yes via the docker cli. You can do docker exec to run a shell command from outside of the container and directly install plugins via npm install. If you want them as part of the container and always there when you start then you create a dockerfile and add them via CMD
vwidmer
vwidmerOP5d ago
thanks..
Karl-Erik Gustafsson
Bind mount .signalk folder to host, then you won't lose any data or setting while manipulating SK docker images.

Did you find this page helpful?