We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ba2b4a0 + e124834 commit 1bb5846Copy full SHA for 1bb5846
test/README.md
@@ -69,11 +69,11 @@ Tests on the host will run with `runc` as the default runtime.
69
However you can select other OCI compatible runtimes by setting
70
the `RUNTIME` environment variable.
71
72
-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)
73
runtime instead of `runc`:
74
75
```
76
-make localintegration RUNTIME=cc-oci-runtime
+make localintegration RUNTIME=cc-runtime
77
78
79
## Writing integration tests
0 commit comments