| Package | Description |
|---|---|
| com.spotify.docker.client |
| Modifier and Type | Method and Description |
|---|---|
static DockerClient.LogsParameter |
DockerClient.LogsParameter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockerClient.LogsParameter[] |
DockerClient.LogsParameter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LogStream |
DockerClient.logs(String containerId,
DockerClient.LogsParameter... params)
Get docker container logs.
|
LogStream |
DefaultDockerClient.logs(String containerId,
DockerClient.LogsParameter... params) |
Copyright © 2014. All rights reserved.