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 <wking@tremily.us>
This commit is contained in:
parent
cb8033cd19
commit
e124834b0d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue