3.0.2 • Published 7 years ago

adocker v3.0.2

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

adocker

Build Status npm Version JS Standard

Docker command wrapper

Installation

$ npm install adocker --save

Usage

'use strict'

const { network } = require('adocker/commands')
const co = require('co')

co(function * () {
  network.create('my-docker-network-o1')

  /* ... */

  network.remove('my-docker-network-o1')
}).catch((err) => console.error(err))

License

This software is released under the MIT License.

Links

3.0.2

7 years ago

3.0.1

7 years ago

3.0.0

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.4.4

10 years ago

1.4.3

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.2.7

10 years ago

1.2.6

10 years ago

1.2.5

10 years ago

1.2.4

10 years ago

1.2.3

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago