We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a678fe1 commit b9c6c6eCopy full SHA for b9c6c6e
pkg/drivers/kic/oci/oci.go
@@ -147,7 +147,7 @@ func checkRunning(p CreateParams) func() error {
147
}
148
149
// CreateContainerNode creates a new container node
150
-func CreateContainerNode(p CreateParams) error {
+func CreateContainerNode(p CreateParams) error { //nolint to suppress cyclomatic complexity
151
// on windows os, if docker desktop is using Windows Containers. Exit early with error
152
if p.OCIBinary == Docker && runtime.GOOS == "windows" {
153
info, err := DaemonInfo(p.OCIBinary)
0 commit comments