There was an error while loading. Please reload this page.
1 parent d2f6a4a commit 7cf2963Copy full SHA for 7cf2963
1 file changed
backends/docker/src/runtime.rs
@@ -44,7 +44,7 @@ pub struct ContainerRuntime {
44
impl ContainerRuntime {
45
/// 创建新的容器运行时
46
pub fn new(storage: Arc<StorageService>) -> Result<Self> {
47
- let namespace_manager = NamespaceManager::new()?;
+ let namespace_manager = NamespaceManager::default()?;
48
let cgroup_manager = CgroupManager::new()?;
49
let oci_runtime = OciRuntime::default();
50
0 commit comments