We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aae37c commit bb5f536Copy full SHA for bb5f536
pkg/container/docker/sdk/client_windows.go
@@ -17,6 +17,8 @@ import (
17
"github.com/stacklok/toolhive/pkg/logger"
18
)
19
20
+var ErrRuntimeNotFound = fmt.Errorf("container runtime not found")
21
+
22
// Windows named pipe paths
23
const (
24
// DockerDesktopWindowsPipePath is the Docker Desktop named pipe path on Windows
0 commit comments