Class DockerHostConfig

java.lang.Object
it.dockins.dockerslaves.spi.DockerHostConfig
All Implemented Interfaces:
Closeable, AutoCloseable

public class DockerHostConfig extends Object implements Closeable
Configuration options used to access a specific (maybe dedicated to a build) Docker Host.

Intent here is to allow some infrastructure plugin to prepare a dedicated Docker Host per build, using some higher level isolation, so the build is safe to do whatever it needs with it's docker daemon without risk to impact other builds.

Author:
Nicolas De Loof