> For the complete documentation index, see [llms.txt](https://gitbook.gpg123.vip/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.gpg123.vip/jing-xiang-yuan/docker-jing-xiang-jia-su.md).

# docker镜像加速

更换docker加速地址

```
vim /etc/docker/daemon.json
```

```
{
   "registry-mirrors": [
   "https://xxx.xxx.com"
  ]
}
```

## 腾讯云

```json
https://mirror.ccs.tencentyun.com
```

## 阿里云

```json
https://ee4jcrsx.mirror.aliyuncs.com
```

## 清华源

```json
https://docker.mirrors.ustc.edu.cn
```

## 道客云

```json
https://docker.mirrors.ustc.edu.cn
```
