Merge pull request #1278 from remore/patch-1

Fix a few minor errors in the tutorial document
This commit is contained in:
Daniel J Walsh 2018-01-24 04:15:33 -05:00 committed by GitHub
commit 4fee97abe3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: