Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1000 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 1000 Bytes

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