Skip to content

lynxtp/docker-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage

Create a script called node that looks like:

#!/bin/sh
docker run --rm -i -t lynxtp/node:5.9.0 node "$@"

make it executable, and then run it.