Skip to content

Instantly share code, notes, and snippets.

@wusisu
Created November 10, 2020 04:10
Show Gist options
  • Save wusisu/81e869c3f02e1833b4e84f2a54a60709 to your computer and use it in GitHub Desktop.
Save wusisu/81e869c3f02e1833b4e84f2a54a60709 to your computer and use it in GitHub Desktop.
mkdir -p /etc/docker
cat << EOF > /etc/docker/daemon.json
{
"registry-mirrors": [
"https://hub-mirror.c.163.com",
"https://mirror.baidubce.com"
]
}
EOF
systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment