Jump to content

What the safe way to run a nodejs server on my unraid machine?


tmchow

Recommended Posts

You need to download the repository (files), and build it yourself

 

To create a container to run the package use the docker directory
Build the container

cp build/kumo.cfg docker/
cd docker
./build_kumojs

to run the container (I Use shared namespace in my case)

docker run --net=host -d --name kumojs --restart unless-stopped --tmpfs /run --tmpfs /run/lock sushilks/kumojs /bin/bash -c ". /root/.nvm/nvm.sh && /root/run_kumojs.sh"

 

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...