Score:0

Docker compose file upgrade to version 2.4 - authorization with docker hub

th flag

I'm in the process of migrating my json compose file (v2) to yaml file (v2.4) to migrate everything to Amazon Linux 2. I managed to do everything apart from authorization to docker hub. In the old json file I had this section:

  "AWSEBDockerrunVersion": 2,
  "authentication": {
    "bucket": "${bucket}",
    "key": "${dockerkey}"
  },

bucket was pointing to s3 bucket and key was a config file on the s3 with an auth to docker hub. Now, how I can do the same thing in yaml using version 2.4? I can't find anythnig in the docker documentation...

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.