From bcc295193ca1c73246be31ea468ee716d7c43b0d Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Thu, 2 Apr 2020 17:07:24 -0700 Subject: [PATCH] fix english --- site/content/en/docs/Reference/Drivers/docker.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/site/content/en/docs/Reference/Drivers/docker.md b/site/content/en/docs/Reference/Drivers/docker.md index ec2b49a2c0..7c0c0c2470 100644 --- a/site/content/en/docs/Reference/Drivers/docker.md +++ b/site/content/en/docs/Reference/Drivers/docker.md @@ -20,6 +20,7 @@ The Docker driver is the newest minikube driver. which runs kubernetes in contai ## Known Issues. -- The 'ingress' and 'ingress-dns' addons is only supported on Linux and they are not supported in Docker Driver on MacOS and Windows yet. to get updates on the work in progress please check [issue page](https://github.com/kubernetes/minikube/issues/7332) +- The 'ingress' and 'ingress-dns' addons are only supported on Linux. +these addons are not supported for Docker Driver on MacOS and Windows yet. to get updates on the work in progress please check [issue page](https://github.com/kubernetes/minikube/issues/7332) - a known [docker issue for MacOs](https://github.com/docker/for-mac/issues/1835), a containers on Docker on MacOS might hang and get stuck while other containers can get created. The current workaround is restarting docker. \ No newline at end of file