containerd_client

Function 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 intended to be used in conjunction with Tokio runtime.