testdata/README.md: fix examples
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
66fdf3ae21
commit
df43d39807
1 changed files with 2 additions and 2 deletions
4
testdata/README.md
vendored
4
testdata/README.md
vendored
|
@ -8,8 +8,8 @@ In terminal 2:
|
||||||
sudo ./ocic runtimeversion
|
sudo ./ocic runtimeversion
|
||||||
|
|
||||||
sudo rm -rf /var/lib/ocid/sandboxes/podsandbox1
|
sudo rm -rf /var/lib/ocid/sandboxes/podsandbox1
|
||||||
sudo ./ocic createpodsandbox --config testdata/sandbox_config.json
|
sudo ./ocic pod create --config testdata/sandbox_config.json
|
||||||
|
|
||||||
sudo rm -rf /var/lib/ocid/containers/container1
|
sudo rm -rf /var/lib/ocid/containers/container1
|
||||||
sudo ./ocic createcontainer --sandbox podsandbox1 --config testdata/container_config.json
|
sudo ./ocic container create --pod podsandbox1 --config testdata/container_config.json
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue