Sign inSign up

mediadesignpractices/node

By mediadesignpractices

Updated over 8 years ago

Node.js image

Image
0

2.6K

mediadesignpractices/node repository overview

Using Node via Docker

This directory contains Dockerfile to make it easy to get up and running with Node via Docker.

Running the container

We are using Makefile to simplify docker commands within make commands. You can download the makefile from git.

# curl -O https://raw.githubusercontent.com/mediadesignpractices/docker/master/node/Makefile

Build the container and start a bash

$ make bash

Build the container and start a node shell files in local directory are copied in to the container

$ make node 'myfile.py'

Mount a volume for external data sets

$ make DATA=~/mydata node

Prints all make tasks

$ make help

Tag summary

Content type

Image

Digest

Size

367.9 MB

Last updated

over 8 years ago

docker pull mediadesignpractices/node