I've been trying to deploy containers with fleet
on a CoreOS cluster. However, some of the docker images are privately stored on quay.io
requiring a login.
Now I could add a docker login
as a precondition to every relevant unit file, but that doesn't seem right. I'm sure there must be a way to store the respective registry credentials somewhere docker can find it when trying to download the image.
Any ideas?