compose/tests
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
..
acceptance Added top to docker-compose to display running processes. 2017-02-01 15:42:30 -08:00
fixtures Added top to docker-compose to display running processes. 2017-02-01 15:42:30 -08:00
integration Fix some test failures. 2017-01-31 09:53:40 -05:00
unit Implement secrets using bind mounts 2017-01-31 09:53:16 -05:00
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
helpers.py Limit occurrences of creating an environment object. 2016-03-24 10:57:01 -07:00