I use docker on a debian linux server, but something has gone wrong in the networking for my docker install.
trying to pull an image gives me the following error:
root@Charizard:/etc/ssl/certs# docker pull nextcloud
Using default tag: latest
Error response from daemon: Get "https://registry-1.docker.io/v2/": tls: failed to verify certificate: x509: certificate is valid for mycroft.kobubob.com, not registry-1.docker
the system seems to be trying to verify using a cert that I have never heard of, not sure what is going on. maybe a DNS issue?