Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 1.07 KB

File metadata and controls

35 lines (21 loc) · 1.07 KB

Docker API Wrapper

Join the chat at https://gitter.im/saigon-devs/docker-api-wrapper npm version Build Status

Docker API Wrapper that makes us call to the Docker API fast, easy and works like a charm...

Use it

npm install docker-api-wrapper

or

npm install docker-api-wrapper --save-dev

then

import {Container, Image} from 'docker-api-wrapper';

Run integration testing

  • If you want to make it works, please add ./spec/config.js file, then add

module.exports = { server: '[your docker server ip]', port: [your docker port] };

  • npm install
  • npm run test

Demo Web Application

Docker API with SwaggerUI