| Package | Description |
|---|---|
| io.fabric8.maven.docker.access | |
| io.fabric8.maven.docker.access.hc | |
| io.fabric8.maven.docker.assembly | |
| io.fabric8.maven.docker.config |
| Modifier and Type | Method and Description |
|---|---|
ContainerCreateConfig |
ContainerCreateConfig.command(Arguments command) |
String |
DockerAccess.createExecContainer(String containerId,
Arguments arguments)
Sets up an exec instance for a running container id
|
ContainerCreateConfig |
ContainerCreateConfig.entrypoint(Arguments entrypoint) |
| Modifier and Type | Method and Description |
|---|---|
String |
DockerAccessWithHcClient.createExecContainer(String containerId,
Arguments arguments) |
| Modifier and Type | Method and Description |
|---|---|
DockerFileBuilder |
DockerFileBuilder.cmd(Arguments cmd) |
DockerFileBuilder |
DockerFileBuilder.entryPoint(Arguments entryPoint) |
| Modifier and Type | Method and Description |
|---|---|
Arguments |
Arguments.Builder.build() |
Arguments |
RunImageConfiguration.getCmd() |
Arguments |
BuildImageConfiguration.getCmd() |
Arguments |
RunImageConfiguration.getEntrypoint() |
Arguments |
BuildImageConfiguration.getEntryPoint() |
Copyright © 2016. All Rights Reserved.