原域名docker.nat.tf被小人污染,故换此域名,望周知!
哪个快用哪个,都添加到镜像加速也不是不行
这里的域名就是下面需要替换的{workers_host}
https://hub1.nat.tf
https://hub2.nat.tf
docker pull library/alpine:latest
docker pull hub1.nat.tf/library/alpine:latest
nano /etc/docker/daemon.json
{
"registry-mirrors": [
"https://hub1.nat.tf",
"https://hub2.nat.tf"
]
}
sudo systemctl daemon-reload
sudo systemctl restart docker
sudo tee /etc/docker/daemon.json <<EOF
{
"registry-mirrors": [
"https://hub1.nat.tf",
"https://hub2.nat.tf"
]
}
EOF
sudo systemctl daemon-reload
sudo systemctl restart docker