getImage

suspend fun getImage(docker: DockerDaemon): DockerImage

Returns a proxy handle of the image.

Note: If the image does not exist, this call will block until the image is built.