In a CI environment, I want to pass credentials for reaching authenticating to our internal Gems server into docker containers being started within CI jobs. I would like to be able to configure the docker daemon to always fetch the variable from the environment on the agent and push it into all containers ever started.
Is it currently possible to do this?