cri-o/test/testdata
Dan Walsh 4493b6f176 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>
2017-05-12 09:56:06 -04:00
..
apparmor_test_deny_write add test cases 2016-12-01 21:42:13 +08:00
container_config.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00
container_config_by_imageid.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00
container_config_logging.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00
container_config_seccomp.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00
container_exit_test.json server: fix set caps on container create 2017-05-05 16:31:52 +02:00
container_redis.json server: fix set caps on container create 2017-05-05 16:31:52 +02:00
container_redis_device.json Add a test config for device 2017-05-10 13:36:33 -07:00
fake_ocid_default Rename ocid to crio. 2017-05-12 09:56:06 -04:00
README.md Rename ocid to crio. 2017-05-12 09:56:06 -04:00
sandbox_config.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00
sandbox_config_hostnet.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00
sandbox_config_seccomp.json Rename ocid to crio. 2017-05-12 09:56:06 -04:00

In terminal 1:

sudo ./crio

In terminal 2:

sudo ./crioctl runtimeversion

sudo rm -rf /var/lib/containers/storage/sandboxes/podsandbox1
sudo ./crioctl pod run --config testdata/sandbox_config.json

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