Skip to content

Commit a50f352

Browse files
committed
Update tutorial.md to fix a few minor errors
Signed-off-by: Kei Sawada <[email protected]>
1 parent ed40d64 commit a50f352

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -300,15 +300,15 @@ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o
300300
Next create the Pod and capture the Pod ID for later use:
301301

302302
```
303-
POD_ID=$(sudo crictl runs test/testdata/sandbox_config.json)
303+
POD_ID=$(sudo crictl runp test/testdata/sandbox_config.json)
304304
```
305305

306-
> sudo crictl runs test/testdata/sandbox_config.json
306+
> sudo crictl runp test/testdata/sandbox_config.json
307307
308308
Use the `crictl` command to get the status of the Pod:
309309

310310
```
311-
sudo crictl inspects --output table $POD_ID
311+
sudo crictl inspectp --output table $POD_ID
312312
```
313313

314314
Output:

0 commit comments

Comments
 (0)