Skip to content

packeted/docker-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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

  • latest: Currently Node.js v0.12.2
  • v0.12.x: Node.js v0.12.2
  • v0.10.x: Node.js v0.10.38

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 56.8%
  • Makefile 43.2%