From 170ada260790f0ad23e38b2b4b132acfcbfcbc53 Mon Sep 17 00:00:00 2001 From: Li Yi Date: Sun, 22 Apr 2018 16:19:14 +0800 Subject: [PATCH] Update README for 18.04 and verify on Windows --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 22403f4..90a5d38 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,16 @@ # Enable Kubernetes on Docker for Desktop in China -NOTE: It is tested on Docker for Mac 18.02/18.03 +NOTE: + +* The master branch is tested with Docker for Mac/Windows 18.04. If you want to use Docker for Mac/Windows 18.02/18.03, please use the 18.03 branch ```git checkout 18.03``` +* If you run on Windows, please execute following commands in Bash shell Install Docker for Mac or Windows Config registry mirror for Docker daemon with ```https://registry.docker-cn.com``` - - ![mirror](./mirror.jpg) - - Preload Kubernetes images form Alibaba Cloud Registry Service, NOTE: you can modify the ```images.properties``` for your own images ``` @@ -50,6 +49,12 @@ or kubectl create -f kubernetes-dashboard.yaml ``` +Start proxy for API server + +``` +kubectl proxy +``` + Access dashboard ```