Uses of Class
com.spotify.docker.client.messages.ContainerInfo
Packages that use ContainerInfo
-
Uses of ContainerInfo in com.spotify.docker.client
Methods in com.spotify.docker.client that return ContainerInfoModifier and TypeMethodDescriptionDefaultDockerClient.inspectContainer
(String containerId) DockerClient.inspectContainer
(String containerId) Inspect a docker container. -
Uses of ContainerInfo in com.spotify.docker.client.messages
Subclasses of ContainerInfo in com.spotify.docker.client.messagesFields in com.spotify.docker.client.messages declared as ContainerInfoMethods in com.spotify.docker.client.messages that return ContainerInfoModifier and TypeMethodDescriptionAutoValue_ExecState.container()
abstract ContainerInfo
ExecState.container()
(package private) static ContainerInfo
ContainerInfo.create
(String id, Date created, String path, List<String> args, ContainerConfig containerConfig, HostConfig hostConfig, ContainerState containerState, String image, NetworkSettings networkSettings, String resolvConfPath, String hostnamePath, String hostsPath, String name, String driver, String execDriver, String processLabel, String mountLabel, Map<String, String> volumes, Map<String, Boolean> volumesRw, String appArmorProfile, List<String> execIds, String logPath, Long restartCount, List<ContainerMount> mounts, ContainerInfo.Node node) Methods in com.spotify.docker.client.messages with parameters of type ContainerInfoModifier and TypeMethodDescription(package private) static ExecState
ExecState.create
(String id, Boolean running, Integer exitCode, ProcessConfig processConfig, Boolean openStdin, Boolean openStdout, Boolean openStderr, ContainerInfo containerInfo, String containerId) Constructors in com.spotify.docker.client.messages with parameters of type ContainerInfoModifierConstructorDescription(package private)
AutoValue_ExecState
(String id, Boolean running, Integer exitCode, ProcessConfig processConfig, Boolean openStdin, Boolean openStdout, Boolean openStderr, ContainerInfo container, String containerId)