com.github.dockerjava.client.command
Class ContainerDiffCmd
java.lang.Object
com.github.dockerjava.client.command.AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>
com.github.dockerjava.client.command.ContainerDiffCmd
- All Implemented Interfaces:
- DockerCmd<List<ChangeLog>>
public class ContainerDiffCmd
- extends AbstrDockerCmd<ContainerDiffCmd,List<ChangeLog>>
Inspect changes on a container's filesystem
ContainerDiffCmd
public ContainerDiffCmd(String containerId)
getContainerId
public String getContainerId()
withContainerId
public ContainerDiffCmd withContainerId(String containerId)
toString
public String toString()
- Overrides:
toString
in class Object
impl
protected List<ChangeLog> impl()
throws DockerException
- Throws:
DockerException
Copyright © 2014. All rights reserved.