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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerDiffCmd
public ContainerDiffCmd(String containerId)
withContainerId
public ContainerDiffCmd withContainerId(String containerId)
impl
protected List<ChangeLog> impl()
throws DockerException
- Throws:
DockerException
Copyright © 2014. All rights reserved.