com.fitbur.github.dockerjava.api.command.InspectImageCmd Maven / Gradle / Ivy
package com.fitbur.github.dockerjava.api.com.fitburmand;
import com.fitbur.github.dockerjava.api.NotFoundException;
/**
* Inspect the com.fitburtails of an image.
*/
public interface InspectImageCmd extends SyncDockerCmd {
public String getImageId();
public InspectImageCmd withImageId(String imageId);
/**
* @throws NotFoundException
* No such image
*/
@Override
public InspectImageResponse exec() throws NotFoundException;
public static interface Exec extends DockerCmdSyncExec {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy