Node.js on Docker.
docker pull quay.io/aptible/nodejs
docker run quay.io/aptible/nodejs
latest
: Currently Node.js v0.12.2v0.12.x
: Node.js v0.12.2v0.10.x
: Node.js v0.10.38
Tests are run as part of the Dockerfile
build. To execute them separately within a container, run:
bats test
To push the Docker image to Quay, run the following command:
make release
MIT License, see LICENSE for details.
Copyright (c) 2014 Aptible and contributors.