docker-test-app
v0.2.6
Published
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
Downloads
5
Readme
docker-test-app
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