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.0
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 {

    public VersionCmdImpl(VersionCmd.Exec exec) {
        super(exec);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy