create

abstract suspend fun create(image: ImageT): RepT

Creates an instance of the virtualization environment.

Return

An object representing the created (but not started) container instance.

Parameters

image

Image to use as the base of the container.