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

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

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

import com.github.dockerjava.api.command.VersionCmd;
import com.github.dockerjava.api.model.Version;

/**
 * Returns the Docker version info.
 */
public class VersionCmdImpl extends AbstrDockerCmd implements VersionCmd  {

	 @Override
    public String toString() {
        return "version";
    }   
    
    public VersionCmdImpl(VersionCmd.Exec exec) {
    	super(exec);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy