small amount of error checking and help for path to the runtime

Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
Mike Brown 2016-10-06 11:14:54 -05:00
parent c2e9f31491
commit 609d7630ca
2 changed files with 8 additions and 0 deletions

View file

@ -62,6 +62,10 @@ $ sudo make install
```
# ocid --debug
```
If the default --runtime value does not point to your runtime:
```
# ocid --runtime $(which runc)
```
#### Create a pod
```