Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation improvements #2252

Merged
merged 16 commits into from
Feb 28, 2017
5 changes: 3 additions & 2 deletions site/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ Choose an overview of your container infrastructure, or focus on a specific micr

##<a name="interact-with-and-manage-containers"></a>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.

This comment was marked as abuse.


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.

This comment was marked as abuse.


!['Terminal for container interaction'](images/terminal-view.png)

Expand Down