Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions site/content/en/docs/contrib/drivers.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ description: >

This document is written for contributors who are familiar with minikube, who would like to add support for a new VM driver.

minikube relies on docker-machine drivers to manage machines. This document discusses how to modify minikube, so that this driver may be used by `minikube start --driver=<new_driver>`.

## Creating a new driver

See [machine-drivers](https://github.com/machine-drivers) , the fork where all new docker-machine drivers are located.
This document discusses how to modify minikube, so that this driver may be used by `minikube start --driver=<new_driver>`.

## Builtin vs External Drivers

Expand Down
2 changes: 1 addition & 1 deletion site/content/en/docs/drivers/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ aliases:
---
minikube can be deployed as a VM, a container, or bare-metal.

To do so, we use the [Docker Machine](https://github.com/docker/machine) library to provide a consistent way to interact with different environments. Here is what's supported:
Here is what's supported:

## Linux

Expand Down