All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fitbur.github.dockerjava.api.command.InspectContainerCmd Maven / Gradle / Ivy

package com.fitbur.github.dockerjava.api.com.fitburmand;

import com.fitbur.github.dockerjava.api.NotFoundException;

public interface InspectContainerCmd extends SyncDockerCmd {

    public String getContainerId();

    public InspectContainerCmd withContainerId(String containerId);

    /**
     * @throws NotFoundException
     *             No such container
     */
    @Override
    public InspectContainerResponse exec() throws NotFoundException;

    public static interface Exec extends DockerCmdSyncExec {
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy