3.0.2 • Published 7 years ago
adocker v3.0.2
adocker
Docker command wrapper
Installation
$ npm install adocker --saveUsage
'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