public class RemoteDockerProvider extends RemoteApiBasedDockerProvider
-D=[host] -D=[port]The provider defaults to ://:
DOCKER_HOST_PROPERTY, DOCKER_HOST_SYSTEM_ENV, DOCKER_PORT_PROPERTY, TCP_PROTOCOL| Constructor and Description |
|---|
RemoteDockerProvider() |
| Modifier and Type | Method and Description |
|---|---|
List<ExposedPort> |
getExposedPorts(String containerId)
Returns a list of ports exposed by the container, including information on how to reach them
|
ContainerInspectionResult |
startContainer(ContainerStartConfiguration configuration)
Starts a docker container and returns the ID of the started container
|
buildImage, commitContainer, deleteContainer, getContainersService, getHost, getImagesService, getLogs, getPort, pushImage, register, removeImage, setCredentials, setLogger, setRemoteRepositories, setRepositorySystem, setRepositorySystemSession, startContainer, stopContainer, tagImage, toStringpublic ContainerInspectionResult startContainer(ContainerStartConfiguration configuration)
DockerProviderconfiguration - the configuration parameterspublic List<ExposedPort> getExposedPorts(String containerId)
DockerProvidercontainerId - the Id of the containerList of ExposedPortsCopyright © 2016. All Rights Reserved.