I’m trying to find out how to authenticate toward docker.io to be able to deploy docker containers into incus.
I don’t have any choice than to authenticate as I’m facing issues with their rate-limiting policy and being in a big organization, we do reach this limit most of the time.
I’ve looked into the document, but haven’t found anything specific to help out.
I have a workaround. Setup a Sonatype Nexus Repository container as a docker image cache/proxy server, you can authenticate in it, and other machines can pull images from it.