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

com.github.dockerjava.core.command.PingCmdImpl Maven / Gradle / Ivy

There is a newer version: 3.4.1
Show newest version
package com.github.dockerjava.core.command;

import com.github.dockerjava.api.command.PingCmd;

/**
 * Ping the Docker server
 */
public class PingCmdImpl extends AbstrDockerCmd implements PingCmd {

    public PingCmdImpl(PingCmd.Exec exec) {
        super(exec);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy