October 21, 20241 yr I need to run some commands that require node.js and npm installed. 1) How do I do this if Unraid won't let me install it because I would have to install it on a pendrive? 2) Is there any ready-made docker image with these applications (I don't know how to create a docker image)? 3) I have docker "code server" but it is also not installed and when I install it. Edited October 21, 20241 yr by Braulio Dias Ribeiro
October 23, 20241 yr what commands are you trying to run that require these installed? Most form experience and past per nerdtool chat is that this installed a fabric server in docker. it better to use the docker compose then run the arbitray script. review the unraid extra folder and nerd tools forum below. Unraid runs on slackware and has teh abilty to install pre made binary applicaiton via the extra folder... Your on your own if you install 3rd party application this way. DO AT YOUR OWN RISK! http://www.slackware.com/~alien/slackbuilds/nodejs/
October 24, 20241 yr Author On 10/23/2024 at 12:44 AM, bmartino1 said: what commands are you trying to run that require these installed? Most form experience and past per nerdtool chat is that this installed a fabric server in docker. it better to use the docker compose then run the arbitray script. review the unraid extra folder and nerd tools forum below. Unraid runs on slackware and has teh abilty to install pre made binary applicaiton via the extra folder... Your on your own if you install 3rd party application this way. DO AT YOUR OWN RISK! http://www.slackware.com/~alien/slackbuilds/nodejs/ Hi, sorry but I didn't understand anything...lol I can summarize my question as follows. Is it possible to create a container with only node js and npm installed? Edited October 24, 20241 yr by Braulio Dias Ribeiro
October 24, 20241 yr 26 minutes ago, Braulio Dias Ribeiro said: I can summarize my question as follows. Is it possible to create a container with only node js and npm installed? https://hub.docker.com/_/node
October 24, 20241 yr ? https://docs.docker.com/guides/nodejs/containerize/ https://github.com/nodejs/docker-node Form The Hub: https://hub.docker.com/_/node/tags LTS book worm docker pull node:lts-bookworm docker run node:lts-bookworm otherwise you will need a compose plugin and make a compose file.
October 24, 20241 yr Author 1 hour ago, bmartino1 said: ? https://docs.docker.com/guides/nodejs/containerize/ https://github.com/nodejs/docker-node Form The Hub: https://hub.docker.com/_/node/tags LTS book worm docker pull node:lts-bookworm docker run node:lts-bookworm otherwise you will need a compose plugin and make a compose file. I'll study this...tks
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.