
de.mklinger.commons.exec.docker.DockerMachine Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of exec-docker Show documentation
Show all versions of exec-docker Show documentation
Docker CLI execution for Java
The newest version!
package de.mklinger.commons.exec.docker;
import de.mklinger.commons.exec.CmdUtil;
public class DockerMachine {
public static String getDockerMachine() {
return CmdUtil.isWindows() ? "default" : null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy