3.0.2 • Published 5 years ago

adocker v3.0.2

Weekly downloads
7
License
MIT
Repository
github
Last release
5 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

5 years ago

3.0.1

5 years ago

3.0.0

7 years ago

2.0.4

7 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.4.4

7 years ago

1.4.3

7 years ago

1.4.2

7 years ago

1.4.1

7 years ago

1.4.0

7 years ago

1.2.7

7 years ago

1.2.6

7 years ago

1.2.5

7 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago