mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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>