Hi, just installed Docker on a corporate laptop, set the proxy, and trying to test my install, I run the susgested:
docker run hello-world
I get "filesystem layer verification failed for digest … ". Surely this is a common one, and I’d expected there’d be a little more of a troubleshooting section in the official doc. Sadly, there isn’t. While Googling, I see that many people get that issue when pulling large images, or pulling from private repos. Here, we’re talking about a public image, and a rather small one…
Could anyone provide some pointers ?
Thanks!