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

com.github.dockerjava.api.command.PingCmd Maven / Gradle / Ivy

package com.github.dockerjava.api.command;

/**
 * Ping the Docker server
 *
 */
public interface PingCmd extends SyncDockerCmd {

    interface Exec extends DockerCmdSyncExec {
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy