0.2.6 • Published 7 years ago

docker-test-app v0.2.6

Weekly downloads
8
License
MIT
Repository
github
Last release
7 years ago

docker-test-app NPM version Build Status dependencies Status

This is a technical feasibility application to show that it is possible to communicate with the Docker API using node and expose that information using an express.js API. It should be considered prototypal. It forms the technical feasibility aspect of my final year project.

Installation

$ npm install --save docker-test-app

Usage

Note: The Docker API must be listening on /var/run/docker.sock

$ node app.js

License

MIT © Stephen Coady