Unable to set up a node docker image using TrueNAS Scale

amuzhaqi

Cadet
Joined
Aug 31, 2023
Messages
4
I'm trying to set up a docker container for running a node js app. But whenever I set it up, it never starts. It gets stuck on deploying. I was able to set up other docker images from the docker hub, but this one doesn't work. Does anyone have any instructions or advice on how to set it up?

Code:
Application Events
2023-09-01 2:53:18
Back-off restarting failed container
2023-09-01 2:53:16
Add net1 [192.168.8.184/24] from ix-node-js-server/ix-node-js-server-0
2023-09-01 2:53:16
Container image "node:18.17.1" already present on machine
2023-09-01 2:53:16
Created container ix-chart
2023-09-01 2:53:16
Started container ix-chart
2023-09-01 2:53:09
Scaled up replica set node-js-server-ix-chart-689bb9979f to 1 from 0
2023-09-01 2:53:09
Created pod: node-js-server-ix-chart-689bb9979f-cks42
2023-09-01 2:53:09
Successfully assigned ix-node-js-server/node-js-server-ix-chart-689bb9979f-cks42 to ix-truenas
2023-09-01 2:53:09
Add eth0 [172.16.0.26/16] from ix-net
 
Top