Peng Tao
Peng Tao
Hi, Thank you for writing such a useful project! [Kata Containers](http://katacontainers.io/) wants to use cgroups-rs for the [rust-agent](https://github.com/kata-containers/kata-containers/tree/2.0-dev/src/agent) subproject. However it seems that the cgroups-rs repository has not been updated...
Fill the gap with virtcontainers, so that others can contribute different implementations.
Qemu pc machine type is alias for the latest pc-i440fx-xxx series. Use it so that we do not have to worry about updating it for different qemu versions.
# Background Kata Containers is an open source container runtime, building lightweight virtual machines that seamlessly plug into the containers ecosystem. It aims to bring the speed of a container...
Right now the only API that is needed by blobfs is fetch_range_sync https://github.com/dragonflyoss/image-service/blob/master/blobfs/src/sync_io.rs#L96. It simply passed down to the backend device. We can clean it up a bit by maintaining...
We need a detailed document on the nydus image format, focusing on: 1. The manifest format 2. Rafsv5 bootstrap+blob format 3. Rafsv6 bootstrap+blob format
There is a slightly shared-bitmap implementation in [the persist_map code](https://github.com/dragonflyoss/image-service/blob/master/storage/src/cache/state/persist_map.rs). It can be generalized into a library crate that might be useful for other projects.
Right now we don't have a process to do it. It is time to define one as we have more crates to publish.
In the latest FC releases, the asset we download and decompress has the following syntax: release-vX.X.X-ARCH/firecracker-vX.X.X-ARCH until v0.25 there was no ARCH in the folder name. Since we are updating...