Im on the remote server, which is linux machine. I am trying to pull some base images like nginx, alpine. when I used docker pull nginx, it gives me this error(server gave https response to https client with this url:https:://registry-1.docker.io/v2/) I tried changing the daemon.json file by adding insecure registries with this url, but still i cant pull the images
Expecting image to be pulled
Changing the
daemon.jsonfile works for me. Mydaemon.jsonlike below.{ "insecure-registries":["registry-1.docker.io"], "live-restore": true }