6.0.8 • Published 2 months ago

screwdriver-cd-executor-docker v6.0.8

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
2 months ago

Docker Executor

Version GitHub Workflow Status GitHub Last Commit badge License badge

Docker Executor for Screwdriver

This is an executor for Screwdriver CD that interacts with Docker (local and remote).

Usage

npm install screwdriver-cd-executor-docker

Initialization

The class has a variety of knobs to tweak when interacting with Docker.

ParameterTypeDescription
configObjectConfiguration Object
config.dockerObjectDockerode configuration
config.ecosystemObjectScrewdriver Ecosystem (ui, api, store, etc.)
config.fuseboxObjectCircuit Breaker configuration
config.launchVersionStringLauncher container version to use (stable)
config.prefixStringPrefix to container names ("")
const executor = new DockerExecutor({
    docker: {
        socketPath: '/var/lib/docker.sock'
    },
    launchVersion: 'stable'
});

Methods

For more information on start, stop, and stats please see the executor-base.

Testing

npm test

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

6.0.6

2 months ago

6.0.8

2 months ago

6.0.5

2 months ago

6.0.4

2 months ago

6.0.3

4 months ago

6.0.2

4 months ago

6.0.1

5 months ago

6.0.0

5 months ago