Alex Fuerst
Alex Fuerst
I don't see a way to pull images with the current rust API. This [issue](https://github.com/containerd/rust-extensions/issues/197) and was closed after exposing the [transfer](https://docs.rs/containerd-client/0.5.0/containerd_client/services/v1/transfer_client/struct.TransferClient.html#) and [streaming](https://docs.rs/containerd-client/0.5.0/containerd_client/services/v1/streaming_client/struct.StreamingClient.html) RPC clients. Neither of these directly...
### Description File mounting in the task rootfs is not always complete when you tell containerd to start the task. When I try and create a container and task, then...