de.gesellix.docker.client.checkpoint.ManageCheckpoint Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of docker-client Show documentation
Show all versions of docker-client Show documentation
A Docker client for the JVM written in Groovy
The newest version!
package de.gesellix.docker.client.checkpoint;
public interface ManageCheckpoint {
// TODO create Create a checkpoint from a running container
// TODO ls List checkpoints for a container
// TODO rm Remove a checkpoint
}