GMozz

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

GMozz's Achievements

Noob

Noob (1/14)

0

Reputation

  1. 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.
  2. 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!
  3. Hi rjbaat, I'm sorry to necromance this thread, but I'm new to unRaid and I'm very curious whether your 5th step still works with unRaid 6. I would also like my unRaid server to shut down at a scheduled time, but I wouldn't even know where to place the go script. Your help would be very appreciated!