Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command | |
com.github.dockerjava.core | |
com.github.dockerjava.core.command | |
com.github.dockerjava.jaxrs |
Modifier and Type | Method and Description |
---|---|
AttachContainerCmd |
DockerClient.attachContainerCmd(String containerId) |
Modifier and Type | Method and Description |
---|---|
AttachContainerCmd |
AttachContainerCmd.withContainerId(String containerId) |
AttachContainerCmd |
AttachContainerCmd.withFollowStream()
|
AttachContainerCmd |
AttachContainerCmd.withFollowStream(boolean followStream)
Following the stream means the resulting
InputStream returned by #exec() reads infinitely. |
AttachContainerCmd |
AttachContainerCmd.withLogs() |
AttachContainerCmd |
AttachContainerCmd.withLogs(boolean logs) |
AttachContainerCmd |
AttachContainerCmd.withStdErr() |
AttachContainerCmd |
AttachContainerCmd.withStdErr(boolean stderr) |
AttachContainerCmd |
AttachContainerCmd.withStdOut() |
AttachContainerCmd |
AttachContainerCmd.withStdOut(boolean stdout) |
AttachContainerCmd |
AttachContainerCmd.withTimestamps(boolean timestamps) |
Modifier and Type | Method and Description |
---|---|
AttachContainerCmd |
DockerClientImpl.attachContainerCmd(String containerId) |
Modifier and Type | Class and Description |
---|---|
class |
AttachContainerCmdImpl
Attach to container
|
Modifier and Type | Method and Description |
---|---|
AttachContainerCmd |
AttachContainerCmdImpl.withContainerId(String containerId) |
AttachContainerCmd |
AttachContainerCmdImpl.withFollowStream() |
AttachContainerCmd |
AttachContainerCmdImpl.withFollowStream(boolean followStream) |
AttachContainerCmd |
AttachContainerCmdImpl.withLogs() |
AttachContainerCmd |
AttachContainerCmdImpl.withLogs(boolean logs) |
AttachContainerCmd |
AttachContainerCmdImpl.withStdErr() |
AttachContainerCmd |
AttachContainerCmdImpl.withStdErr(boolean stderr) |
AttachContainerCmd |
AttachContainerCmdImpl.withStdOut() |
AttachContainerCmd |
AttachContainerCmdImpl.withStdOut(boolean stdout) |
AttachContainerCmd |
AttachContainerCmdImpl.withTimestamps(boolean timestamps) |
Modifier and Type | Method and Description |
---|---|
protected AbstractCallbackNotifier<Frame> |
AttachContainerCmdExec.callbackNotifier(AttachContainerCmd command,
ResultCallback<Frame> resultCallback) |
Copyright © 2015. All Rights Reserved.