Skip to content

Commit

Permalink
update containerd socket in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdef committed May 2, 2022
1 parent 588e38d commit 1a168cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/crictl/main_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"path/filepath"
)

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

var shutdownSignals = []os.Signal{os.Interrupt}
Expand Down
3 changes: 1 addition & 2 deletions docs/crictl.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ crictl by default connects on Unix to:
or on Windows to:

- `npipe:////./pipe/dockershim` or
- `npipe:////./pipe/containerd` or
- `npipe:////./pipe/crio` or
- `npipe:////./pipe/containerd-containerd` or
- `npipe:////./pipe/cri-dockerd`

For other runtimes, use:
Expand Down

0 comments on commit 1a168cb

Please sign in to comment.