From dc55ef764d706b109c7d0f95e380de9552c9f887 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Fri, 20 Jan 2017 15:27:40 -0500 Subject: [PATCH] Fix README to tell user to pull the image for container Signed-off-by: Daniel J Walsh --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 986e07ff..a2ab5d75 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ $ ocic pod run --config test/testdata/sandbox_config.json # ocic pod status --id ``` +#### Pull image from registry for container to run in a pod +``` +# ocic image pull docker://redis:latest +``` + #### Run a container inside a pod ``` # ocic ctr create --pod --config test/testdata/container_redis.json