Package | Description |
---|---|
com.github.dockerjava.api.command |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncDockerCmd<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
Modifier and Type | Interface and Description |
---|---|
interface |
AttachContainerCmd
Attach to container
|
interface |
BuildImageCmd
Build an image from Dockerfile.
|
interface |
EventsCmd
Get events
|
interface |
ExecStartCmd |
interface |
LogContainerCmd
Get container logs
|
interface |
LogSwarmObjectCmd
Get docker service/task stdout/stderr logs
|
interface |
PullImageCmd
Pull image from repository.
|
interface |
PushImageCmd
Push the latest image to the repository.
|
interface |
StatsCmd
Get container stats.
|
interface |
WaitContainerCmd
Wait a container
Block until container stops, then returns its exit code
|
Copyright © 2021. All rights reserved.