Class DockerTool

All Implemented Interfaces:
ExtensionPoint, Describable<ToolInstallation>, EnvironmentSpecific<DockerTool>, NodeSpecific<DockerTool>, Serializable

public class DockerTool extends ToolInstallation implements EnvironmentSpecific<DockerTool>, NodeSpecific<DockerTool>
An installation of Docker. If nonempty, expected to have an executable file bin/docker. Use <d:selectDockerTool field="toolName" xmlns:d="/lib/docker/commons/"/> to customize.
See Also: