| Interface | Description |
|---|---|
| DockerAccess |
Access to the Docker API which
provides the methods needed bu this maven plugin.
|
| DockerConnectionDetector.DockerHostProvider |
Provider of environment variables like 'DOCKER_HOST'
|
| Class | Description |
|---|---|
| BuildOptions |
https://docs.docker.com/engine/api/v1.41/#operation/ImageBuild
|
| ContainerCreateConfig | |
| ContainerHostConfig | |
| ContainerNetworkingConfig | |
| CreateImageOptions |
https://docs.docker.com/engine/api/v1.41/#operation/ImageCreate
|
| DockerConnectionDetector |
Detector for determining the Docker access mechanism
|
| DockerConnectionDetector.ConnectionParameter | |
| DockerConnectionDetector.DockerHostProvider.Comparator | |
| DockerMachine |
launch docker-machine to obtain environment settings
|
| KeyStoreUtil |
Utility class for building up a keystore which can be used in
SSL communication.
|
| UrlBuilder |
| Exception | Description |
|---|---|
| DockerAccessException |
Exception thrown if access to the docker host fails
|
| ExecException |
Exception thrown when the execution of an exec container failed
|
Copyright © 2023. All rights reserved.