compose/fig/cli
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
..
__init__.py plum -> fig 2013-12-20 20:28:24 +00:00
colors.py First version with python3 support. 2014-01-06 17:58:49 +00:00
command.py Use DOCKER_HOST environment variable to find Docker daemon 2014-01-16 16:40:55 +00:00
docopt_command.py First version with python3 support. 2014-01-06 17:58:49 +00:00
errors.py Implement UserError __unicode__ method 2014-01-16 12:32:04 +00:00
formatter.py Remove compat texttable module - breaks on Python 2.7 2014-01-09 15:32:59 +00:00
log_printer.py LogPrinter uses regular attach(), not websocket 2014-01-16 14:04:10 +00:00
main.py Merge pull request #14 from orchardup/vendor-docker-py 2014-01-16 05:49:15 -08:00
multiplexer.py First version with python3 support. 2014-01-06 17:58:49 +00:00
socketclient.py More future imports for safety 2014-01-06 17:58:50 +00:00
utils.py Use DOCKER_HOST environment variable to find Docker daemon 2014-01-16 16:40:55 +00:00