Merge pull request #333 from rhatdan/master
Fix README to tell user to pull the image for container
This commit is contained in:
commit
03fe8d6777
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