22 lines
441 B
Markdown
22 lines
441 B
Markdown
---
|
|
title: "docker"
|
|
linkTitle: "docker"
|
|
weight: 3
|
|
date: 2020-02-05
|
|
description: >
|
|
Docker driver
|
|
---
|
|
|
|
## Overview
|
|
|
|
The Docker driver is the newest minikube driver. which runs kubernetes in container VM-free ! with full feature parity with minikube in VM.
|
|
|
|
{{% readfile file="/docs/Reference/Drivers/includes/docker_usage.inc" %}}
|
|
|
|
|
|
## Special features
|
|
- Cross platform (linux, macos, windows)
|
|
- No hypervisor required when run on Linux.
|
|
|
|
|