findByImage

fun findByImage(image: String, name: String?): List<JVM>

Find the jvm by the image.

Parameters

image

The image name

name

Customize the jvm name. Will use the container name if it's null.