cri-o/testdata
Mrunal Patel 13de91e323 Add an example config to demonstrate container exit
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
2016-09-19 15:30:28 -07:00
..
container_config.json testdata: update container_config to be usable 2016-09-19 19:51:03 +02:00
container_exit_test.json Add an example config to demonstrate container exit 2016-09-19 15:30:28 -07:00
container_redis.json Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00
README.md testdata/README.md: fix examples 2016-09-17 16:12:43 +02:00
sandbox_config.json Update the kubernetes api to latest 2016-09-09 14:41:03 -07:00

In terminal 1:

sudo ./ocid

In terminal 2:

sudo ./ocic runtimeversion

sudo rm -rf /var/lib/ocid/sandboxes/podsandbox1
sudo ./ocic pod create --config testdata/sandbox_config.json

sudo rm -rf /var/lib/ocid/containers/container1
sudo ./ocic container create --pod podsandbox1 --config testdata/container_config.json