3.0.0 • Published 8 years ago

apemandocker v3.0.0

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

8 years ago

2.0.0

8 years ago

1.8.0

8 years ago

1.7.0

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago