Function containerd_client::connect

source ·
pub async fn connect(path: impl AsRef<Path>) -> Result<Channel, Error>
Expand description

Connect creates a unix channel to containerd GRPC socket.

This helper inteded to be used in conjuction with Tokio runtime.