Skip to content

Commit

Permalink
docs: uses unix:// prefix to socket for CRI
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Fu <fhfuwei@163.com>
  • Loading branch information
Wei Fu authored and fuweid committed Dec 17, 2018
1 parent e99d1f8 commit 9e879af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/kubernetes/pouch_with_cri_verification.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ crictl connects to /var/run/dockershim.sock by default. For other runtimes, the

```
# cat /etc/crictl.yaml
runtime-endpoint: /var/run/pouchcri.sock
image-endpoint: /var/run/pouchcri.sock
runtime-endpoint: unix:///var/run/pouchcri.sock
image-endpoint: unix:///var/run/pouchcri.sock
timeout: 10
debug: true
```
Expand Down

0 comments on commit 9e879af

Please sign in to comment.