Skip to content

Commit 7cf2963

Browse files
committed
x
1 parent d2f6a4a commit 7cf2963

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/docker/src/runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ pub struct ContainerRuntime {
4444
impl ContainerRuntime {
4545
/// 创建新的容器运行时
4646
pub fn new(storage: Arc<StorageService>) -> Result<Self> {
47-
let namespace_manager = NamespaceManager::new()?;
47+
let namespace_manager = NamespaceManager::default()?;
4848
let cgroup_manager = CgroupManager::new()?;
4949
let oci_runtime = OciRuntime::default();
5050

0 commit comments

Comments
 (0)