compose/fig
Aanand Prasad 3e2fd6a2a1 Use DOCKER_HOST environment variable to find Docker daemon
Removed all "smart" connection logic. Fig either uses the DOCKER_HOST
environment variable if it's present, or passes `None` to docker-py,
which does the "right thing" (i.e. falls back to the Unix socket).

This means we no longer know at URL-deciding time whether we can connect
to the Docker daemon, so we wrap `dispatch` in a `try/except` which
catches `requests.exceptions.ConnectionError`.
2014-01-16 16:40:55 +00:00
..
cli Use DOCKER_HOST environment variable to find Docker daemon 2014-01-16 16:40:55 +00:00
compat Add back missing compat module 2014-01-11 14:31:56 +00:00
packages Vendor docker-py 2014-01-16 13:30:01 +00:00
__init__.py First version with python3 support. 2014-01-06 17:58:49 +00:00
container.py LogPrinter uses regular attach(), not websocket 2014-01-16 14:04:10 +00:00
project.py Remove project.create_containers(), revamp project.recreate_containers() 2014-01-16 12:32:15 +00:00
service.py Vendor docker-py 2014-01-16 13:30:01 +00:00