February 20th, 2024
docker Error response from daemon: Get “https://registry-1.docker.io/v2/”
				
					sudo systemctl status docker.service
sudo systemctl stop docker.socket
sudo systemctl daemon-reload
sudo systemctl restart docker.service
				
			
				
					> cat /etc/resolvconf.conf                            
# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details

resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
name_servers=127.0.0.1
				
			

Leave a Reply

Your email address will not be published. Required fields are marked *