containerd / rust-extensions

Rust crates to extend containerd
https://containerd.io
Apache License 2.0
172 stars 66 forks source link

Remove cgroups from the shim crate #258

Open Mossaka opened 5 months ago

Mossaka commented 5 months ago
          Frankly speaking (in longer term) I think we should not carry cgroups related code in the `shim` crate. shim crate supposed to be the foundation for building new shim runtimes for containers on all platforms, without carrying any implementation details.

Originally posted by @mxpv in https://github.com/containerd/rust-extensions/issues/254#issuecomment-2000413079