Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
songlinfeng
container-toolkit
Commits
9d16ee83
Commit
9d16ee83
authored
Nov 22, 2025
by
songlinfeng
💬
Browse files
Update configure.go
parent
6f5ea3a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cmd/dcu-ctk/runtime/configure/configure.go
cmd/dcu-ctk/runtime/configure/configure.go
+2
-2
No files found.
cmd/dcu-ctk/runtime/configure/configure.go
View file @
9d16ee83
...
@@ -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
=
"d
tk
"
defaultDTKRuntimeName
=
"d
cu
"
// 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"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment