Merge pull request #1261 from wking/clear-containers-moved

test/README: Clear Containers moved to clearcontainers/runtime
This commit is contained in:
Mrunal Patel 2018-01-18 14:01:42 -08:00 committed by GitHub
commit 1bb5846d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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