Skip to content

Commit e124834

Browse files
committed
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 <[email protected]>
1 parent cb8033c commit e124834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ Tests on the host will run with `runc` as the default runtime.
6969
However you can select other OCI compatible runtimes by setting
7070
the `RUNTIME` environment variable.
7171

72-
For example one could use the [Clear Containers](https://github.com/01org/cc-oci-runtime/wiki/Installation)
72+
For example one could use the [Clear Containers](https://github.com/clearcontainers/runtime)
7373
runtime instead of `runc`:
7474

7575
```
76-
make localintegration RUNTIME=cc-oci-runtime
76+
make localintegration RUNTIME=cc-runtime
7777
```
7878

7979
## Writing integration tests

0 commit comments

Comments
 (0)