New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docker-api-wrapper

Package Overview
Dependencies
Maintainers
3
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-api-wrapper

The Docker API utils library

Source
npmnpm
Version
0.2.8
Version published
Weekly downloads
8
-60%
Maintainers
3
Weekly downloads
 
Created
Source

Docker API Wrapper

npm version Build Status Gitter

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

Keywords

docker

FAQs

Package last updated on 21 Aug 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts