fromExisting

suspend fun fromExisting(context: DockerDaemon, imageId: String): DockerImage?

Wraps a created image with imageId into a DockerImage.

Return

DockerImage representing the image, or null if the image does not already exist.