paz-sh / paz

An open-source, in-house service platform with a PaaS-like workflow, built on Docker, CoreOS, Etcd and Fleet. This repository houses the documentation and installation scripts.
http://paz.sh
Other
1.08k stars 56 forks source link

Default to quay.io, check .dockercfg for other schemes #8

Closed sublimino closed 9 years ago

sublimino commented 9 years ago

This will attempt to retrieve the "quay.io" (or contents of DOCKER_REGISTRY environment variable) key from .dockercfg. If it doesn't find it, it will then check for 'https://' and 'http://' prefixes.

This should fix #7

tomgco commented 9 years ago

LGTM