jeanberu/nodejs

By jeanberu

Updated over 8 years ago

NodeJS based on Alpine Linux (only 8MB)

Image
1

243

NodeJS

NodeJS, a javaScript runtime.

Run as mounted folder's user : docker run -it --rm -v /path/to/folder:/src jeanberu/nodejs [CMD] Run as root : docker run -it --rm -v -e "USR=root" jeanberu/nodejs [CMD]

Docker Pull Command

docker pull jeanberu/nodejs