public class DockerClient.Container extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
DockerClient.Container.CommitCommandBuilder |
| Modifier and Type | Method and Description |
|---|---|
DockerClient.Container.CommitCommandBuilder |
createCommitCommand() |
List<FileChanges> |
getFilesystemChanges() |
ContainerInspectResponse |
inspect() |
void |
kill() |
InputStream |
log() |
void |
remove() |
void |
remove(boolean includingVolumes) |
void |
restart() |
void |
restart(long secondsToWait) |
void |
start() |
void |
start(HostConfig hostConfig) |
void |
stop() |
void |
stop(long secondsToWait) |
int |
waitForContainer() |
public void start()
public void start(HostConfig hostConfig)
public void stop()
public void stop(long secondsToWait)
public void remove()
public void remove(boolean includingVolumes)
public int waitForContainer()
public List<FileChanges> getFilesystemChanges()
public void kill()
public void restart()
public void restart(long secondsToWait)
public ContainerInspectResponse inspect()
public DockerClient.Container.CommitCommandBuilder createCommitCommand()
public InputStream log() throws IOException
IOExceptionCopyright © 2014. All rights reserved.