mkdir -p /etc/docker
tee /etc/docker/daemon.json <<- EOF { "registry-mirrors": ["https://docker.1panel.live/", "https://docker.m.daocloud.io", "https://noohub.ru", "https://huecker.io", "https://dockerhub.timeweb.cloud", "https://docker.xuanyuan.me"] } EOF
systemctl daemon-reload systemctl restart docker
|