3.0.0 • Published 9 years ago

apemandocker v3.0.0

Weekly downloads
10
License
MIT
Repository
github
Last release
9 years ago

apemandocker

Build Status Code Climate Code Coverage npm Version JS Standard

Demo of service project.

Installation

$ npm install apemandocker --save

Usage

'use strict'

const apemandocker = require('apemandocker')

// Build a docker image.
apemandocker.buildImage('infra/node/Dockerfile', {
  tag: 'foo:0.0.2'
}).then(() => {
  /* ... */
})

// Remove a docker image.
apemandocker.removeImage('foo:0.0.1', {
  force: true
}).then(() => {
  /* ... */
})

License

This software is released under the MIT License.

Links

3.0.0

9 years ago

2.0.0

9 years ago

1.8.0

10 years ago

1.7.0

10 years ago

1.6.1

10 years ago

1.6.0

10 years ago

1.5.0

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.2

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago