3.0.2 • Published 6 years ago
adocker v3.0.2
adocker
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
6 years ago
3.0.1
6 years ago
3.0.0
8 years ago
2.0.4
8 years ago
2.0.3
8 years ago
2.0.2
8 years ago
2.0.1
8 years ago
2.0.0
8 years ago
1.4.4
9 years ago
1.4.3
9 years ago
1.4.2
9 years ago
1.4.1
9 years ago
1.4.0
9 years ago
1.2.7
9 years ago
1.2.6
9 years ago
1.2.5
9 years ago
1.2.4
9 years ago
1.2.3
9 years ago
1.2.2
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.1
9 years ago
1.1.0
9 years ago
1.0.0
9 years ago