public interface StatsCmd extends AsyncDockerCmd<StatsCmd,Statistics>
Statistics is handled asynchronously because the docker remote API will block when a container
is stopped until the container is up again.| Modifier and Type | Interface and Description |
|---|---|
static interface |
StatsCmd.Exec |
| Modifier and Type | Method and Description |
|---|---|
String |
getContainerId() |
StatsCmd |
withContainerId(String containerId) |
exec@CheckForNull String getContainerId()
Copyright © 2017. All Rights Reserved.