From bb0c41e776c82ecab735fe0cc5f3f7094904dff8 Mon Sep 17 00:00:00 2001 From: abuehrle Date: Fri, 17 Feb 2017 15:29:54 -0600 Subject: [PATCH] clarified container controls --- site/features.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site/features.md b/site/features.md index 54ad82731..75d0fe6d0 100644 --- a/site/features.md +++ b/site/features.md @@ -63,8 +63,9 @@ Choose an overview of your container infrastructure, or focus on a specific micr ##Troubleshoot and Manage Containers -Troubleshoot your app by directly interacting with containers: pause, restart and stop containers without having to leave the Scope browser window. -A convenient terminal window is provided that enables you to interact with your app and to troubleshoot and diagnose any issues all within the same context.Select `<_` to launch a terminal in any container from the details panel. +Click on a container, pod or host to view the controls that allow you to: pause, restart, stop and delete without having to leave the Scope browser window. Logs of selected containers or pods (if you are running in Kubernetes) can also be viewed by clicking the terminal icon. + +And if further troubleshooting is required, a convenient terminal window can also be launched from any container that enables you to interact with your app and run any UNIX command to diagnose issues. Launch a terminal by clicking the `<_` icon from the details panel of a selected container. !['Terminal for container interaction'](images/terminal-view.png)