天天看點

Centos6中Docker使用中國官方鏡像加速

vi /etc/sysconfig/docker

增加如下内容:

other_args="--registry-mirror=https://registry.docker-cn.com"

OPTIONS='--registry-mirror=https://registry.docker-cn.com'