fromExisting

suspend fun fromExisting(context: DockerDaemon, volumeName: String): DockerVolume?

Wraps a created volume with volumeName into a DockerVolume.

Return

DockerVolume representing the volume, or null if the volume does not already exist.