Commit 9d16ee83 authored by songlinfeng's avatar songlinfeng 💬
Browse files

Update configure.go

parent 6f5ea3a6
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
"dcu-container-toolkit/pkg/config/engine/containerd" "dcu-container-toolkit/pkg/config/engine/containerd"
"dcu-container-toolkit/pkg/config/engine/crio" "dcu-container-toolkit/pkg/config/engine/crio"
"dcu-container-toolkit/pkg/config/engine/docker" "dcu-container-toolkit/pkg/config/engine/docker"
"dcu-container-toolkit/pkg/config/engine/podman" "dcu-container-toolkit/pkg/config/engine/podman"
"encoding/json" "encoding/json"
"fmt" "fmt"
"path/filepath" "path/filepath"
...@@ -22,7 +22,7 @@ const ( ...@@ -22,7 +22,7 @@ const (
defaultRuntime = "docker" defaultRuntime = "docker"
// defaultDTKRuntimeName is the default name to use in configs for the DTK Container Runtime // defaultDTKRuntimeName is the default name to use in configs for the DTK Container Runtime
defaultDTKRuntimeName = "dtk" defaultDTKRuntimeName = "dcu"
// defaultDTKRuntimeExecutable is the default DTK Container Runtime executable file name // defaultDTKRuntimeExecutable is the default DTK Container Runtime executable file name
defaultDTKRuntimeExecutable = "dcu-container-runtime" defaultDTKRuntimeExecutable = "dcu-container-runtime"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment