Rename ocid to crio.
The ocid project was renamed to CRI-O, months ago, it is time that we moved all of the code to the new name. We want to elminate the name ocid from use. Move fully to crio. Also cric is being renamed to crioctl for the time being. Signed-off-by: Dan Walsh <dwalsh@redhat.com>
This commit is contained in:
parent
81cfba283a
commit
4493b6f176
52 changed files with 677 additions and 677 deletions
8
test/testdata/README.md
vendored
8
test/testdata/README.md
vendored
|
@ -1,15 +1,15 @@
|
|||
In terminal 1:
|
||||
```
|
||||
sudo ./ocid
|
||||
sudo ./crio
|
||||
```
|
||||
|
||||
In terminal 2:
|
||||
```
|
||||
sudo ./ocic runtimeversion
|
||||
sudo ./crioctl runtimeversion
|
||||
|
||||
sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1
|
||||
sudo ./ocic pod run --config testdata/sandbox_config.json
|
||||
sudo ./crioctl pod run --config testdata/sandbox_config.json
|
||||
|
||||
sudo rm -rf /var/lib/containers/storage/containers/container1
|
||||
sudo ./ocic container create --pod podsandbox1 --config testdata/container_config.json
|
||||
sudo ./crioctl container create --pod podsandbox1 --config testdata/container_config.json
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue