Search Docker Hub
nodejs
By jeanberu
NodeJS based on Alpine Linux (only 8MB)
554
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 run -it --rm -v /path/to/folder:/src jeanberu/nodejs [CMD]
docker run -it --rm -v -e "USR=root" jeanberu/nodejs [CMD]
Content type
Image
Digest
Size
7.7 MB
Last updated
almost 10 years ago
docker pull jeanberu/nodejs