This directory contains Dockerfile to make it easy to get up and running with
Node via Docker.
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
Content type
Image
Digest
Size
367.9 MB
Last updated
over 8 years ago
docker pull mediadesignpractices/node