Commit 880b86f3 authored by Luhan Wang's avatar Luhan Wang

delete static dns for docker

parent faca6a4b
...@@ -32,7 +32,7 @@ sudo echo -e "{ \n \ ...@@ -32,7 +32,7 @@ sudo echo -e "{ \n \
] \n \ ] \n \
} \n \ } \n \
" > /etc/docker/daemon.json " > /etc/docker/daemon.json
echo -e "52.71.127.58 registry-1.docker.io" >> /etc/hosts #echo -e "52.71.127.58 registry-1.docker.io" >> /etc/hosts
exit exit
sudo systemctl daemon-reload sudo systemctl daemon-reload
sudo service docker restart sudo service docker restart
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment