We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed40d64 + a50f352 commit 4fee97aCopy full SHA for 4fee97a
tutorial.md
@@ -300,15 +300,15 @@ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o
300
Next create the Pod and capture the Pod ID for later use:
301
302
```
303
-POD_ID=$(sudo crictl runs test/testdata/sandbox_config.json)
+POD_ID=$(sudo crictl runp test/testdata/sandbox_config.json)
304
305
306
-> sudo crictl runs test/testdata/sandbox_config.json
+> sudo crictl runp test/testdata/sandbox_config.json
307
308
Use the `crictl` command to get the status of the Pod:
309
310
311
-sudo crictl inspects --output table $POD_ID
+sudo crictl inspectp --output table $POD_ID
312
313
314
Output:
0 commit comments