Skip to content

Commit ee5fdb1

Browse files
authored
Merge pull request #914 from hwdef/master
update containerd socket in windows
2 parents 588e38d + 1a168cb commit ee5fdb1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

cmd/crictl/main_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"path/filepath"
2424
)
2525

26-
var defaultRuntimeEndpoints = []string{"npipe:////./pipe/dockershim", "npipe:////./pipe/containerd", "npipe:////./pipe/crio", "npipe:////./pipe/cri-dockerd"}
26+
var defaultRuntimeEndpoints = []string{"npipe:////./pipe/dockershim", "npipe:////./pipe/containerd-containerd", "npipe:////./pipe/cri-dockerd"}
2727
var defaultConfigPath string
2828

2929
var shutdownSignals = []os.Signal{os.Interrupt}

docs/crictl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ crictl by default connects on Unix to:
7373
or on Windows to:
7474

7575
- `npipe:////./pipe/dockershim` or
76-
- `npipe:////./pipe/containerd` or
77-
- `npipe:////./pipe/crio` or
76+
- `npipe:////./pipe/containerd-containerd` or
7877
- `npipe:////./pipe/cri-dockerd`
7978

8079
For other runtimes, use:

0 commit comments

Comments
 (0)