Skip to content

krallin/docker-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aptible/nodejs

Docker Repository on Quay.io

Node.js on Docker.

Installation and Usage

docker pull quay.io/aptible/nodejs
docker run quay.io/aptible/nodejs

Available Tags

  • v8.1.x: Node.js v8.1.4
  • v6.11.x: Node.js v6.11.1
  • v6.9.x: Node.js v6.9.5
  • v6.7.x: Node.js v6.7.0
  • v6.4.x: Node.js v6.4.0
  • v6.3.x: Node.js v6.3.1
  • v6.2.x: Node.js v6.2.2
  • v6.1.x: Node.js v6.1.0
  • v4.6.x: Node.js v4.6.2
  • v4.5.x: Node.js v4.5.0
  • v4.4.x: Node.js v4.4.7
  • v4.3.x: Node.js v4.3.2
  • v4.2.x: Node.js v4.2.6
  • v0.12.x: Node.js v0.12.18
  • v0.10.x: Node.js v0.10.48

Tests

Tests are run as part of the Dockerfile build. To execute them separately within a container, run:

bats test

Deployment

To push the Docker image to Quay, run the following command:

make release

Copyright and License

MIT License, see LICENSE for details.

Copyright (c) 2014 Aptible and contributors.

@fancyremarker

About

Node.js on Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.9%
  • Makefile 13.1%