[install] Update settings

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
pull/423/head
Kang HuaiShuai 2019-09-20 14:06:04 +08:00
parent dd060d026a
commit 49ef715e99
No known key found for this signature in database
GPG Key ID: 0A380828B1C243A7
5 changed files with 23 additions and 5 deletions

View File

@ -17,7 +17,7 @@
* [CentOS](install/centos.md)
* [Raspberry Pi](install/raspberry-pi.md)
* [macOS](install/mac.md)
* [Windows PC](install/windows.md)
* [Windows 10](install/windows.md)
* [](install/mirror.md)
* [使](image/README.md)
* [](image/pull.md)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 444 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2,7 +2,7 @@
###
[Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/) 要求系统最低为 macOS El Capitan 10.11
[Docker Desktop for Mac](https://docs.docker.com/docker-for-mac/) 要求系统最低为 macOS Sierra 10.12
###

View File

@ -38,11 +38,29 @@ $ sudo systemctl restart docker
### Windows 10
使 Windows 10 Docker `Settings` `Daemon` `Registry mirrors` `https://dockerhub.azk8s.cn` `Apply` Docker
使 Windows 10 Docker `Settings` `Docker Engine` json `Apply & Restart` Docker
```json
{
"registry-mirrors": [
"https://dockerhub.azk8s.cn",
"https://reg-mirror.qiniu.com"
]
}
```
### macOS
使 macOS Docker Desktop -> Perferences... -> Daemon -> Registry mirrors `https://dockerhub.azk8s.cn` `Apply & Restart` Docker
使 macOS Docker Desktop -> `Perferences` `Docker Engine` json `Apply & Restart` Docker
```json
{
"registry-mirrors": [
"https://dockerhub.azk8s.cn",
"https://reg-mirror.qiniu.com"
]
}
```
###

View File

@ -1,4 +1,4 @@
## Windows 10 PC Docker Desktop CE
## Windows 10 Docker Desktop CE
###