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.
Content type
Image
Digest
Size
163.3 MB
Last updated
over 10 years ago
docker pull tvaughan/node