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


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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.