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
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
thanks..
Bind mount .signalk folder to host, then you won't lose any data or setting while manipulating SK docker images.