We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95abcca commit fdfdf10Copy full SHA for fdfdf10
playbooks/install.yml
@@ -732,10 +732,7 @@
732
docker_root_dir: /var/lib/docker
733
address: 172.16.0.0/16
734
size: 24
735
- mirrors1: http://hub-mirror.c.163.com
736
- mirrors2: https://registry.cn-hangzhou.aliyuncs.com
737
- mirrors3: http://docker.mirrors.ustc.edu.cn
738
- mirrors4: https://registry.docker-cn.com
+ mirrors: http://cloudsx.top
739
log_max_file: 3
740
log_max_size: 10m
741
cgroupdriver: cgroupfs
roles/leif160519.docker/templates/daemon.json.j2
@@ -16,10 +16,7 @@
16
],
17
"registry-mirrors":
18
[
19
- "{{ mirrors1 }}",
20
- "{{ mirrors2 }}",
21
- "{{ mirrors3 }}",
22
- "{{ mirrors4 }}"
+ "{{ mirrors }}"
23
24
"exec-opts": ["native.cgroupdriver={{ cgroupdriver }}"]
25
}
0 commit comments