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.1
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);
	}
	
	@Override
    public String toString() {
        return "info";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy