openRawConnectionUnix

expect suspend fun openRawConnectionUnix(path: String = "/var/run/docker.sock"): DockerRawConnection

Открывает duplex-соединение к Docker daemon по unix socket.

actual suspend fun openRawConnectionUnix(path: String): DockerRawConnection
actual suspend fun openRawConnectionUnix(path: String): DockerRawConnection