From e124834b0dd54bf37b51847d28ff071289b21838 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 18 Jan 2018 09:47:56 -0800 Subject: [PATCH] test/README: Clear Containers moved to clearcontainers/runtime And changed the name of their binary. This commit catches the docs up with intel/cc-oci-runtime#1065 (merged 2017-09-25). Signed-off-by: W. Trevor King --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index eb314e8d..bd39756f 100644 --- a/test/README.md +++ b/test/README.md @@ -69,11 +69,11 @@ Tests on the host will run with `runc` as the default runtime. However you can select other OCI compatible runtimes by setting the `RUNTIME` environment variable. -For example one could use the [Clear Containers](https://github.com/01org/cc-oci-runtime/wiki/Installation) +For example one could use the [Clear Containers](https://github.com/clearcontainers/runtime) runtime instead of `runc`: ``` -make localintegration RUNTIME=cc-oci-runtime +make localintegration RUNTIME=cc-runtime ``` ## Writing integration tests