bandsintown / docker-node

Node.js Docker images based on Alpine Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dockeri.co

Build status GitHub issues GitHub stars Docker layers

What is Node.js?

logo

Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

See: http://nodejs.org

Usage

How to use this image

To run a single script, you can mount it in a volume under /app. From the root of your application directory (assuming your script is named hello.js):

docker run -v ${PWD}:/app -w /app -it --rm bandsintown/node node hello.js 

License

All the code contained in this repository, unless explicitly stated, is licensed under ISC license.

A copy of the license can be found inside the LICENSE file.

About

Node.js Docker images based on Alpine Linux

License:ISC License


Languages

Language:Dockerfile 78.5%Language:Shell 21.3%Language:JavaScript 0.1%