Mention make docs.
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
parent
f1f35ce870
commit
73c695c9e2
1 changed files with 0 additions and 17 deletions
17
README.md
17
README.md
|
@ -123,23 +123,6 @@ $ ocic pod create --config test/testdata/sandbox_config.json
|
|||
```
|
||||
# ocic ctr list
|
||||
```
|
||||
#### Recovery from errors
|
||||
Information about created pods is stored here `/var/lib/ocid/sandboxes`.
|
||||
Currently, this information can get out of sync causing errors such as:
|
||||
```
|
||||
$ ocic pod list
|
||||
FATA[0000] listing pod sandboxes failed: rpc error: code = 2 desc = error
|
||||
getting container state for default-foo-0-infra: exit status 1: []
|
||||
```
|
||||
While we are working on resolving these issues you may need to remove sandboxes
|
||||
manually:
|
||||
```
|
||||
$ cd /var/lib/ocid/sandboxes
|
||||
$ ls
|
||||
e00dea37fb97506c8de456fcd3b7d238e4176107ab84043e32319ee00ecb3e74
|
||||
$ rm -drf e00dea37fb97506c8de456fcd3b7d238e4176107ab84043e32319ee00ecb3e74
|
||||
```
|
||||
Then restart your cri-o server.
|
||||
|
||||
### Current Roadmap
|
||||
|
||||
|
|
Loading…
Reference in a new issue