diff --git a/tutorial.md b/tutorial.md index ac1b69ea..1a492613 100644 --- a/tutorial.md +++ b/tutorial.md @@ -291,8 +291,6 @@ Next create the Pod and capture the Pod ID for later use: POD_ID=$(sudo crioctl pod run --config test/testdata/sandbox_config.json) ``` -> sudo crioctl pod run --config test/testdata/sandbox_config.json - Use the `crioctl` command to get the status of the Pod: ``` @@ -329,8 +327,6 @@ sudo crioctl image pull redis:alpine CONTAINER_ID=$(sudo crioctl ctr create --pod $POD_ID --config test/testdata/container_redis.json) ``` -> sudo crioctl ctr create --pod $POD_ID --config test/testdata/container_redis.json - The `crioctl ctr create` command will take a few seconds to return because the redis container needs to be pulled. Start the Redis container: