Socket
Book a DemoInstallSign in
Socket

bootme-docker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootme-docker

Task to administrate a docker environment

latest
Source
npmnpm
Version
0.0.19
Version published
Weekly downloads
1
-94.44%
Maintainers
1
Weekly downloads
 
Created
Source

bootme-docker

Task to administrate a docker environment

Usage

registry.addTask(
  new DockerTask('mongodb').setConfig({
    docker: {
      host: '127.0.0.1',
      port: 2375
    },
    cmd: 'createContainer',
    name: 'testMongodb',
    image: 'tutum/mongodb'
  })
)

Result

  • Look at dockerode

Caveats

  • Expose your Docker daemon
  • Don't forget to register your onRollback hook to rollback the operation.

Keywords

bootme

FAQs

Package last updated on 18 Nov 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts