You completely misunderstood how docker is working, could that be? Node is running inside the container only. There should be no node user existing outside the container. The data directory is the only one existing outside the container and this is one is locked at the volume location I shared above. For whatever happen inside the container, you would need to ask container developer.