You are here

Error message

Deprecated function: The each() function is deprecated. This message will be suppressed on further calls in menu_set_active_trail() (line 2396 of /home/blackh31/public_html/BLACKHILL/includes/menu.inc).

admin's blog

Installing node in a Docker container

The base docker image is a bare bones ubuntu server install. We’re going to use that as a base and create our own image with node installed.

In case you’d rather just watch check out the screencast: http://youtu.be/KkSbEvuRbfo

Step 1) Open a terminal and start an instance using the base image. This will launch you into a shell where we can begin to customise the image:

$ sudo docker run -i -t base /bin/bash

Step 2) Install node:

Pages

Theme by Danetsoft and Danang Probo Sayekti inspired by Maksimer