Uses of Class
com.spotify.docker.client.DockerClient.ListContainersParam
Packages that use DockerClient.ListContainersParam
-
Uses of DockerClient.ListContainersParam in com.spotify.docker.client
Subclasses of DockerClient.ListContainersParam in com.spotify.docker.clientMethods in com.spotify.docker.client that return DockerClient.ListContainersParamModifier and TypeMethodDescriptionDockerClient.ListContainersParam.allContainers()
Show all containers.DockerClient.ListContainersParam.allContainers
(boolean all) Show all containers.DockerClient.ListContainersParam.containersCreatedBefore
(String id) Show only containers created before id, include non-running ones.DockerClient.ListContainersParam.containersCreatedSince
(String id) Show only containers created since id, include non-running ones.Create a custom parameter.DockerClient.ListContainersParam.exitedContainers()
Deprecated.Create a "filters" query param from a key/value pair.DockerClient.ListContainersParam.limitContainers
(Integer limit) Showlimit
last created containers, include non-running ones.DockerClient.ListContainersParam.withContainerSizes
(Boolean size) Show the containers sizes.DockerClient.ListContainersParam.withExitStatus
(int exitStatus) Show exited containers with given exit status.Show containers with a label.Show containers with a label value.DockerClient.ListContainersParam.withStatusCreated()
Show created containers.DockerClient.ListContainersParam.withStatusExited()
Show exited containers.DockerClient.ListContainersParam.withStatusPaused()
Show paused containers.DockerClient.ListContainersParam.withStatusRestarting()
Show restarting containers.DockerClient.ListContainersParam.withStatusRunning()
Show running containers.Methods in com.spotify.docker.client with parameters of type DockerClient.ListContainersParamModifier and TypeMethodDescriptionDefaultDockerClient.listContainers
(DockerClient.ListContainersParam... params) DockerClient.listContainers
(DockerClient.ListContainersParam... params) List docker containers.
withStatusExited()