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:
parent
89369c1eae
commit
dc55ef764d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue