@@ -95,10 +95,11 @@ The default container runtime in minikube is Docker. You can select it explicitl |
|
|
95 |
95 |
minikube start --container-runtime=docker |
96 |
96 |
``` |
97 |
97 |
|
98 |
|
-Other options available are: |
|
98 |
+Options available are: |
99 |
99 |
|
100 |
|
-* [containerd](https://github.com/containerd/containerd) |
101 |
|
-* [cri-o](https://github.com/cri-o/cri-o) |
|
100 |
+* [containerd]({{<ref "/docs/runtimes/containerd">}}) |
|
101 |
+* [cri-o]({{<ref "/docs/runtimes/cri-o">}}) |
|
102 |
+* [docker]({{<ref "/docs/runtimes/docker">}}) |
102 |
103 |
|
103 |
104 |
## Environment variables |
104 |
105 |
|