Yes - please use the official docker version and install nodes through the Palette menu option.
I can update my version if needed for some strange reason!
Note: If you want to pass through a device from the host to the official docker, you may need to change the user that runs node red to root. For example, to use a usb-serial adaptor, I had to use for the Extra Parameters :
--device=/dev/ttyACM0 --user=root
Tony