diff --git a/testdata/README.md b/testdata/README.md index b97243e5..34c037e1 100644 --- a/testdata/README.md +++ b/testdata/README.md @@ -8,8 +8,8 @@ In terminal 2: sudo ./ocic runtimeversion 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 ./ocic createcontainer --sandbox podsandbox1 --config testdata/container_config.json +sudo ./ocic container create --pod podsandbox1 --config testdata/container_config.json ```