Fix README to tell user to pull the image for container

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2017-01-20 15:27:40 -05:00
parent 89369c1eae
commit dc55ef764d

View file

@ -105,6 +105,11 @@ $ ocic pod run --config test/testdata/sandbox_config.json
# ocic pod status --id <pod_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 <pod_id> --config test/testdata/container_redis.json