docs/compose
Thomas Grainger 20bf05a6e3 Fix TypeError in Exception handling
Traceback (most recent call last):
  File "/tmp/tmp.02tgGaAGtW/docker-compose/bin/docker-compose", line 11, in <module>
    sys.exit(main())
  File "/tmp/tmp.02tgGaAGtW/docker-compose/lib/python3.4/site-packages/compose/cli/main.py", line 68, in main
    log_api_error(e)
  File "/tmp/tmp.02tgGaAGtW/docker-compose/lib/python3.4/site-packages/compose/cli/main.py", line 89, in log_api_error
    if 'client is newer than server' in e.explanation:
TypeError: 'str' does not support the buffer interface

Signed-off-by: Thomas Grainger <tagrain@gmail.com>
2016-03-17 15:13:01 +00:00
..
cli Fix TypeError in Exception handling 2016-03-17 15:13:01 +00:00
config Fix #2804: Add ipv4 and ipv6 static addressing 2016-03-09 18:37:52 -05:00
__init__.py Bump 1.7.0dev 2016-02-04 23:46:41 +00:00
__main__.py Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 2016-01-07 13:09:24 -05:00
const.py Detailed error message when daemon version is too old. 2016-02-11 15:20:32 -08:00
container.py implement exec 2016-02-29 10:50:09 +01:00
network.py Make down idempotent, continue to remove resources if one is missing. 2016-03-15 13:26:29 -04:00
parallel.py Removed unused parallel.parallel_stop 2016-03-14 22:56:58 +03:00
progress_stream.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
project.py Merge pull request #3075 from dnephin/reactive_logs 2016-03-16 21:03:25 +00:00
service.py Dependency-ordered start/stop/up 2016-03-14 22:55:42 +03:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Apply driver_opts processing to network configs 2016-02-18 10:53:40 -08:00
volume.py Make down idempotent, continue to remove resources if one is missing. 2016-03-15 13:26:29 -04:00