Package | Description |
---|---|
com.github.dockerjava.api | |
com.github.dockerjava.api.command |
Modifier and Type | Method and Description |
---|---|
LogSwarmObjectCmd |
DockerClient.logServiceCmd(String serviceId)
Command to get service log
|
LogSwarmObjectCmd |
DockerClient.logTaskCmd(String taskId)
Command to get task log
|
Modifier and Type | Method and Description |
---|---|
LogSwarmObjectCmd |
LogSwarmObjectCmd.withDetails(Boolean details) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withFollow(Boolean follow) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withId(String id) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withSince(Integer since) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withStderr(Boolean stderr) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withStdout(Boolean stdout) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withTail(Integer tail) |
LogSwarmObjectCmd |
LogSwarmObjectCmd.withTimestamps(Boolean timestamps) |
Copyright © 2021. All rights reserved.