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

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

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

import com.github.dockerjava.api.command.InfoCmd;
import com.github.dockerjava.api.model.Info;

/**
 * Return Docker server info
 */
public class InfoCmdImpl extends AbstrDockerCmd implements InfoCmd {

    public InfoCmdImpl(InfoCmd.Exec exec) {
        super(exec);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy