Skip to content

Commit 820bd92

Browse files
committed
fix document non-synchronous in crictl.md
Signed-off-by: kerthcet <[email protected]>
1 parent 61a46e9 commit 820bd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cri/crictl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ docker.io/library/busybox latest f6e427c148a76 728kB
8181
k8s.gcr.io/pause 3.6 ed210e3e4a5ba 683kB
8282
$ sudo crictl inspecti ed210e3e4a5ba
8383
... displays information about the pause image.
84-
$ sudo crictl inspecti k8s.gcr.io/pause:3.5
84+
$ sudo crictl inspecti k8s.gcr.io/pause:3.6
8585
... displays information about the pause image.
8686
```
8787

0 commit comments

Comments
 (0)