Skip to content

Instantly share code, notes, and snippets.

@Dsyko
Dsyko / .dockercfg.template
Last active September 22, 2015 00:52 — forked from skwasha/.dockercfg.template
Deploying Meteor to AWS Elastic Beanstalk as a Docker image from Github via CircleCI
{
"https://index.docker.io/v1/": {
"auth": "<base64 encoded Docker username:password>",
"email": "<Docker Account Email>"
}
}