From 2fbbf495418f01d3db739be1152bef858037fccc Mon Sep 17 00:00:00 2001 From: z00280905 Date: Wed, 22 Nov 2017 15:44:05 +0800 Subject: [PATCH] Cleanup: remove redundant lines in tutorial Signed-off-by: z00280905 --- tutorial.md | 4 ---- 1 file changed, 4 deletions(-) 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: