getHostConfig

private suspend fun getHostConfig(inVolume: DockerVolume?): Pair<HostConfig, DockerVolume?>

Determines the host configuration of the container.

Return

Pair of the HostConfig of the container, and the output volume information.

Parameters

inVolume

The input volume to the stage, if exists.