public class CreateContainerCommand extends DockerCommand
http://docs.docker.io/en/master/api/docker_remote_api_v1.8/#create-a-container| Modifier and Type | Class and Description |
|---|---|
static class |
CreateContainerCommand.CreateContainerCommandDescriptor |
DockerCommand.DockerCommandDescriptor| Constructor and Description |
|---|
CreateContainerCommand(String image,
String command,
String hostName) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(hudson.model.AbstractBuild build,
ConsoleLogger console) |
String |
getCommand() |
String |
getHostName() |
String |
getImage() |
all, getClient, getDescriptorpublic String getImage()
public String getCommand()
public String getHostName()
public void execute(hudson.model.AbstractBuild build,
ConsoleLogger console)
throws com.kpelykh.docker.client.DockerException
execute in class DockerCommandcom.kpelykh.docker.client.DockerExceptionCopyright © 2004-2014. All Rights Reserved.