docs/compose
funkyfuture ae9d619d86 Add command for Docker-style version information
This adds a command 'version' to show software versions information
like Docker does. In addition it includes:
- version of the docker-py-package
- Python-implementation and -version

Signed-off-by: Frank Sachsenheim <funkyfuture@riseup.net>
2015-05-28 00:51:10 +02:00
..
cli Add command for Docker-style version information 2015-05-28 00:51:10 +02:00
__init__.py Resolves #1066, use labels to identify containers 2015-05-18 10:47:26 -04:00
config.py Add security_opt as a docker-compose.yml option 2015-05-19 13:47:41 -04:00
const.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
container.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
legacy.py Migrate containers in dependency order 2015-05-26 16:03:06 +01:00
progress_stream.py Possible division by zero error when pulling an image - fixes #1463 2015-05-26 15:34:34 -07:00
project.py Fix regression in `docker-compose up` 2015-05-26 16:01:05 +01:00
service.py Fix regression in `docker-compose up` 2015-05-26 16:01:05 +01:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
utils.py Remove whitespace from json hash 2015-05-20 16:02:08 +01:00