Official Node.js Docker Image


GMozz

Recommended Posts

I'm a real Docker newbie and I'm trying to install the official Node.js docker image on my unRaid 6.1 machine. I'm using the Community Applications plugin and enabled the "additional search results from dockerHub" feature, so the Node docker image shows up in my search results and I managed to install it, but it will not startup.

 

I probably didn't install the image properly, I was just guessing a couple of settings. For the volume mappings I choose "/usr/src/app" as the container volume, and mapped the container port 8888. My log file doesn't make any sense to me, but for what it's worth, here's what it says when I'm trying to start the Node docker:

 

Sep 22 21:25:23 Jupiter php: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker 'start' 'node'
Sep 22 21:25:23 Jupiter kernel: device veth1a123bb entered promiscuous mode
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered forwarding state
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered forwarding state
Sep 22 21:25:23 Jupiter avahi-daemon[3425]: Withdrawing workstation service for veth600290e.
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered disabled state
Sep 22 21:25:23 Jupiter kernel: eth0: renamed from veth600290e
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered forwarding state
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered forwarding state
Sep 22 21:25:23 Jupiter kernel: veth600290e: renamed from eth0
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered disabled state
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered disabled state
Sep 22 21:25:23 Jupiter avahi-daemon[3425]: Withdrawing workstation service for veth600290e.
Sep 22 21:25:23 Jupiter avahi-daemon[3425]: Withdrawing workstation service for veth1a123bb.
Sep 22 21:25:23 Jupiter kernel: device veth1a123bb left promiscuous mode
Sep 22 21:25:23 Jupiter kernel: docker0: port 8(veth1a123bb) entered disabled state

 

It would be really great if somebody could point me to the right direction. Thanks in advance!

Link to comment

The log is just telling us it's not working.  You haven't posted your config so nobody can tell you where you're going wrong.  Also I haven't looked but it's possible node.js docker isn't compatible with the older version of docker in v6.1 or the slightly newer version in v6.2 (but still old)

 

Sent from my LG-H815 using Tapatalk

 

 

  • Like 1
Link to comment

Thanks for the response. As for the settings, I didn't enter very much settings except for the said volume and port mapping.

I did check the docker versions, unRaid 6.1 runs docker 1.7.1 and the node.js image officially supports version 1.12.1 with support up to 1.6 on a best effort basis. So that could be the problem, thanks for pointing that out!

 

Will update to unRaid 6.2 and see if that helps, but I was really hoping somebody already installed the node.js image on unRaid and could provide some instructions.

Link to comment
  • 1 year later...

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.