com.fitbur.github.dockerjava.api.command.VersionCmd Maven / Gradle / Ivy
package com.fitbur.github.dockerjava.api.com.fitburmand;
import com.fitbur.github.dockerjava.api.model.Version;
/**
* Returns the Docker version info.
*/
public interface VersionCmd extends SyncDockerCmd {
public static interface Exec extends DockerCmdSyncExec {
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy