com.github.dockerjava.client.command
Class InspectContainerCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<InspectContainerCmd,ContainerInspectResponse>
com.github.dockerjava.client.command.InspectContainerCmd
- All Implemented Interfaces:
- DockerCmd<ContainerInspectResponse>
public class InspectContainerCmd
- extends AbstrDockerCmd<InspectContainerCmd,ContainerInspectResponse>
Inspect the details of a container.
InspectContainerCmd
public InspectContainerCmd(String containerId)
getContainerId
public String getContainerId()
withContainerId
public InspectContainerCmd withContainerId(String containerId)
toString
public String toString()
- Overrides:
toString
in class Object
impl
protected ContainerInspectResponse impl()
throws DockerException
- Throws:
DockerException
Copyright © 2014. All rights reserved.