Merge pull request #1261 from wking/clear-containers-moved
test/README: Clear Containers moved to clearcontainers/runtime
This commit is contained in:
commit
1bb5846d7d
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