Docker API Wrapper that makes us call to the Docker API fast, easy and works like a charm...
npm install docker-api-wrapper
or
npm install docker-api-wrapper --save-dev
then
import {Container, Image} from 'docker-api-wrapper';
- 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 installnpm run test