You actually should be able to add the URI to your .dockercfg to the " -thermos_executor_resources" flag in the scheduler, this will add it to the list of resources that get copied into the sandbox when a task launches.
On Thu, Apr 30, 2015 at 12:37 AM, Christopher Snell <chris.sn...@gmail.com> wrote: > [sorry for the dev@ spam...but there was no users@ list] > > Hi Devs, > > I'm trying to get Aurora working w/ my private Docker registry. The > problem is that when docker does the image pull, it's not authenticating to > my registry because it doesn't have the .dockercfg in the sandbox with the > login credentials. From my research, Mesos has a way to accept a URI that > points to the .dockercfg file on the slave's disk, and that file will be > copied into the sandbox. > > I just can't figure out how to do this through Aurora. > > If someone will tell me, I will gladly submit a documentation PR with > instructions for doing this. > > Thanks, > > Chris >