compose/compose/cli
Peter Urda a67500ee57
Added top to docker-compose to display running processes.
This commit allows `docker-compose` to access `top` for containers
much like running `docker top` directly on a given container.

This commit includes:

* `docker-compose` CLI changes to expose `top`
* Completions for `bash` and `zsh`
* Required testing for the new `top` command

Signed-off-by: Peter Urda <peter.urda@gmail.com>
2017-02-01 15:42:30 -08:00
..
__init__.py WIP: rename Fig to Compose 2015-01-20 21:00:23 +00:00
colors.py Don't strip ANSI color codes when output is not a TTY 2017-01-31 12:51:46 -08:00
command.py Handle connection errors on project initialization 2016-08-02 11:44:25 +01:00
docker_client.py Use docker SDK 2.0 2016-12-14 15:36:08 -08:00
docopt_command.py Refactor command dispatch to improve unit testing and support better error messages. 2016-03-08 14:23:27 -05:00
errors.py Replace "which" calls with the portable find_executable function 2016-10-24 13:22:52 -07:00
formatter.py Handle formatter case where logrecord message is binary containing 2016-10-06 15:39:47 -07:00
log_printer.py Catch APIError while printing container logs 2016-09-13 12:10:41 -07:00
main.py Added top to docker-compose to display running processes. 2017-02-01 15:42:30 -08:00
signals.py Stop other containers if the flag is set. 2016-02-22 16:48:46 -08:00
utils.py Refactor "docker not found" message generation, add Windows message 2016-10-14 17:31:21 +01:00
verbose_proxy.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00