DockerSearchHelper

class DockerSearchHelper(template: HostMachine, providerConfig: <Error class: unknown class>)

A helper for docker container search

Constructors

Link copied to clipboard
constructor(template: HostMachine, providerConfig: <Error class: unknown class>)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun findByImage(image: String, name: String?): List<JVM>

Find the jvm by the image.

Link copied to clipboard
fun findByImageAndNamePrefix(image: String, prefix: String, name: String?): List<JVM>

Find the jvm by image and name prefix.