Update README for 18.04 and verify on Windows

pull/10/head
Li Yi 7 years ago committed by GitHub
parent 250a6b3089
commit 170ada2607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,17 +1,16 @@
# Enable Kubernetes on Docker for Desktop in China # 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 Install Docker for Mac or Windows
Config registry mirror for Docker daemon with ```https://registry.docker-cn.com``` Config registry mirror for Docker daemon with ```https://registry.docker-cn.com```
![mirror](./mirror.jpg) ![mirror](./mirror.jpg)
Preload Kubernetes images form Alibaba Cloud Registry Service, NOTE: you can modify the ```images.properties``` for your own images 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 kubectl create -f kubernetes-dashboard.yaml
``` ```
Start proxy for API server
```
kubectl proxy
```
Access dashboard Access dashboard
``` ```

Loading…
Cancel
Save