feat(wfe-containerd): ContainerdServiceProvider with nerdctl backend

This commit is contained in:
2026-04-06 18:00:28 +01:00
parent 51f2611e9d
commit e00db9e58d
3 changed files with 197 additions and 0 deletions

View File

@@ -46,7 +46,9 @@
//! of this up.
pub mod config;
pub mod service_provider;
pub mod step;
pub use config::{ContainerdConfig, RegistryAuth, TlsConfig, VolumeMountConfig};
pub use service_provider::ContainerdServiceProvider;
pub use step::ContainerdStep;