From a50f352eb417c431c6614eaa0e031ce52cf4bc42 Mon Sep 17 00:00:00 2001 From: Kei Sawada Date: Wed, 24 Jan 2018 14:47:16 +0900 Subject: [PATCH] Update tutorial.md to fix a few minor errors Signed-off-by: Kei Sawada --- tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial.md b/tutorial.md index 693c9c96..5f89ccb8 100644 --- a/tutorial.md +++ b/tutorial.md @@ -300,15 +300,15 @@ cd $GOPATH/src/github.com/kubernetes-incubator/cri-o Next create the Pod and capture the Pod ID for later use: ``` -POD_ID=$(sudo crictl runs test/testdata/sandbox_config.json) +POD_ID=$(sudo crictl runp test/testdata/sandbox_config.json) ``` -> sudo crictl runs test/testdata/sandbox_config.json +> sudo crictl runp test/testdata/sandbox_config.json Use the `crictl` command to get the status of the Pod: ``` -sudo crictl inspects --output table $POD_ID +sudo crictl inspectp --output table $POD_ID ``` Output: