Sign inSign up

tvaughan/node

By tvaughan

•Updated over 10 years ago

node in a docker container

Image
0

2.2K

tvaughan/node repository overview

⁠Usage

Create a script called node that looks like:

#!/bin/sh
docker run --rm -i -t -v $PWD:/mnt/workdir tvaughan/node:5.7.1 node "$@"

make it executable, and then run it.

Tag summary

Content type

Image

Digest

Size

163.3 MB

Last updated

over 10 years ago

docker pull tvaughan/node