Sign inSign up

bandsintown/node

By bandsintown

Updated about 1 month ago

Node.js Docker images based on Alpine Linux

Image
1

7.7K

bandsintown/node repository overview

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:6.7 node hello.js 

Build

This project is configured as an automated build in Dockerhub.

Each branch give the related image tag.

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.

Tag summary

Content type

Image

Digest

sha256:f058d2aed

Size

65.3 MB

Last updated

over 2 years ago

docker pull bandsintown/node