Sync Proxy is installed by default. Please complete the DNS configuration before starting DR.Log in to Sync Proxy EC2 by default. Execute Command:
Please modify the DNS address according to the actual situation.
Modify the daemon.json file of docker service and add DNS configuration.
sudo echo -e "\n[Resolve]\nDNS=10.10.0.23" >> /etc/systemd/resolved.conf && systemctl restart systemd-resolvedsudo cat /etc/systemd/resolved.conf[Resolve]DNS=10.10.0.23
{"default-ulimits": {"nofile": {"Name": "nofile","Hard": 1048576,"Soft": 1048576}},"dns": ["127.0.0.53"]}
Restart the Docker service.
sudo systemctl retsart docker
