github.com/hhrutter/nomad@v0.6.0-rc2.0.20170723054333-80c4b03f0705/client/driver/test-resources/docker/auth.json (about)

     1  {
     2      "auths": {
     3          "https://index.docker.io/v1/": {
     4              "auth": "dGVzdDoxMjM0"
     5          },
     6          "quay.io": {
     7              "auth": "dGVzdDo1Njc4"
     8          },
     9          "https://other.io/v1/": {
    10              "auth": "dGVzdDphYmNk"
    11          }
    12      }
    13  }