docker mirrors

master
Anthony Axenov 2024-05-31 00:08:40 +08:00
parent 8ad20ca7fd
commit 49595c7df5
Signed by: anthony
GPG Key ID: EA9EC32FF7CCD4EC
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{
"registry-mirrors": [
"https://dockerhub.timeweb.cloud",
"https://mirror.gcr.io",
"https://daocloud.io",
"https://c.163.com/",
"https://registry.docker-cn.com",
"https://huecker.io"
]
}

View File

@ -33,6 +33,8 @@ sudo apt install -y --autoremove \
sudo usermod -aG docker $(whoami)
sudo cp ../dotfiles/etc/docker/daemon.json /etc/docker/daemon.json
echo
echo "Finish!"
docker --version