fix the heading sizer

pull/7252/head
Medya Gh 2020-03-26 01:21:30 -07:00
parent 6006e1416f
commit 7d9d62bef6
3 changed files with 1 additions and 12 deletions

View File

@ -1,9 +0,0 @@
To use container drivers, verify that your system has either have 'docker' or 'podman' installed.
```shell
docker version
```
or
```shell
podman version
```

View File

@ -1,4 +1,4 @@
### Getting to know Kubernetes
## Getting to know Kubernetes
Once started, you can use any regular Kubernetes command to interact with your minikube cluster. For example, you can see the pod states by running:

View File

@ -44,8 +44,6 @@ curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-{{< la
{{% tabs %}}
{{% tab "Docker" %}}
## Check container support
{{% readfile file="/docs/Reference/Drivers/includes/check_container.inc" %}}
{{% readfile file="/docs/Reference/Drivers/includes/docker_usage.inc" %}}
{{% /tab %}}