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