From 7db2c6e178d10641ee82e8b91f82a1c035b03789 Mon Sep 17 00:00:00 2001 From: Li Yi Date: Fri, 1 Feb 2019 09:55:02 +0800 Subject: [PATCH] Update README_en.md --- README_en.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README_en.md b/README_en.md index 1547806..d52904d 100644 --- a/README_en.md +++ b/README_en.md @@ -4,9 +4,10 @@ NOTE: -* The master branch is tested with Docker for Mac/Windows 18.09.1 (with Kubernetes 1.13.0). - * If you want to use 18.09/18.06 (with Kubernetes 1.10.3), please use the 18.09 branch ```git checkout 18.09``` - * If you want to use 18.03, please use the 18.03 branch ```git checkout 18.03``` +* The master branch is tested with Docker for Mac/Windows version 2.0.1.0 (with Docker 18.09.1 and Kubernetes 1.13.0). + * If you want to use v2.0.0.2 (with Docker CE 18.09.1 and Kubernetes 1.10.11), please use the 18.09 branch ```git checkout v2.0.0.2``` + * If you want to use Docker CE 18.09/18.06 (with Kubernetes 1.10.3), please use the 18.09 branch ```git checkout 18.09``` + * If you want to use Docker CE 18.03, please use the 18.03 branch ```git checkout 18.03``` ### Enable Kubernetes on Docker for Mac