Package | Description |
---|---|
com.github.dockerjava.api.command | |
com.github.dockerjava.core.command | |
com.github.dockerjava.core.exec | |
com.github.dockerjava.jaxrs |
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
|
Modifier and Type | Class and Description |
---|---|
class |
AbstrAsyncDockerCmd<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstrAsyncDockerCmd<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
class |
AttachContainerCmdImpl
Attach to container.
|
class |
BuildImageCmdImpl
Build an image from Dockerfile.
|
class |
EventsCmdImpl
Stream docker events
|
class |
ExecStartCmdImpl |
class |
LogContainerCmdImpl
Get container logs
|
class |
LogSwarmObjectImpl |
class |
PullImageCmdImpl
Pull image from repository.
|
class |
PushImageCmdImpl
Push the latest image to the repository.
|
class |
StatsCmdImpl
Container stats
|
class |
WaitContainerCmdImpl
Wait a container
Block until container stops, then returns its exit code
|
Modifier and Type | Class and Description |
---|---|
class |
AbstrAsyncDockerCmdExec<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstrAsyncDockerCmdExec<CMD_T extends AsyncDockerCmd<CMD_T,A_RES_T>,A_RES_T> |
Copyright © 2019. All Rights Reserved.