Merge pull request #333 from rhatdan/master

Fix README to tell user to pull the image for container
This commit is contained in:
Antonio Murdaca 2017-01-20 22:37:48 +01:00 committed by GitHub
commit 03fe8d6777

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