Skip to content

Instantly share code, notes, and snippets.

@devlifeX
Created January 10, 2021 06:48
Show Gist options
  • Save devlifeX/af370751f567edb141b1231e96706820 to your computer and use it in GitHub Desktop.
Save devlifeX/af370751f567edb141b1231e96706820 to your computer and use it in GitHub Desktop.
replace dockerhub.ir with docker hub default
sudo cat > /etc/docker/daemon.json <<EOF
{
"registry-mirrors": ["https://dockerhub.ir"]
}
EOF
sudo systemctl restart docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment