replace crioctl with crictl
Signed-off-by: Wei Wei <weiwei.inf@gmail.com>
This commit is contained in:
parent
7b837b5a1e
commit
25dfde9044
28 changed files with 457 additions and 457 deletions
6
test/testdata/README.md
vendored
6
test/testdata/README.md
vendored
|
@ -5,11 +5,11 @@ sudo ./crio
|
|||
|
||||
In terminal 2:
|
||||
```
|
||||
sudo ./crioctl runtimeversion
|
||||
sudo ./crictl runtimeversion
|
||||
|
||||
sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1
|
||||
sudo ./crioctl pod run --config testdata/sandbox_config.json
|
||||
sudo ./crictl runs testdata/sandbox_config.json
|
||||
|
||||
sudo rm -rf /var/lib/containers/storage/containers/container1
|
||||
sudo ./crioctl container create --pod podsandbox1 --config testdata/container_config.json
|
||||
sudo ./crictl create podsandbox1 testdata/container_config.json testdata/sandbox_config.json
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue