File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
content/en/docs/setup/learning-environment Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -192,15 +192,16 @@ For example the command would be.
192
192
` ` ` shell
193
193
minikube start --driver=< driver_name>
194
194
` ` `
195
- Minikube supports the following drivers:
195
+ Minikube supports the following drivers:
196
196
{{< note > }}
197
197
See [DRIVERS](https://minikube.sigs.k8s.io/docs/reference/drivers/) for details on supported drivers and how to install
198
198
plugins.
199
199
{{< /note > }}
200
200
201
- * virtualbox
201
+ * docker ([driver installation](https://minikube.sigs.k8s.io/docs/drivers/docker/))
202
+ * virtualbox ([driver installation](https://minikube.sigs.k8s.io/docs/drivers/virtualbox/))
203
+ * podman ([driver installation](https://minikube.sigs.k8s.io/docs/drivers/podman/)) (EXPERIMENTAL)
202
204
* vmwarefusion
203
- * docker ([driver installation](https://minikube.sigs.k8s.io/docs/drivers/docker/)
204
205
* kvm2 ([driver installation](https://minikube.sigs.k8s.io/docs/reference/drivers/kvm2/))
205
206
* hyperkit ([driver installation](https://minikube.sigs.k8s.io/docs/reference/drivers/hyperkit/))
206
207
* hyperv ([driver installation](https://minikube.sigs.k8s.io/docs/reference/drivers/hyperv/))
You can’t perform that action at this time.
0 commit comments