Hi,
I have trouble making Db2 nodes work in NodeRED running on docker. I currently use nodered v2.0.0. The only error I get is that I don't have a shared library called "libcrypt.s.1" that is needed for the ibm_db package to function. I suspect this is because the base image from NodeRed is based on Alpine Linux, which is not supported with the ibm_db package. However, I'm not able to create a Debian based image as presented in this github repo: node-red-docker/docker-custom at master · node-red/node-red-docker · GitHub. Anyone have any experience with a similar issue?