Skip to content

ENGDOCS-2573 #22467

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions content/manuals/desktop/use-desktop/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,24 @@ From here, you can use the quick action buttons to perform various actions such

### Logs

Select **Logs** to see logs from the container. You can also:
Select **Logs** to view output from the container in real time. While viewing logs, you can:

- Use `Cmd + f`/`Ctrl + f` to open the search bar and find specific entries.
Search matches are highlighted in yellow.
- Press `Enter` or `Shift + Enter` to jump to the next or previous search match
respectively.
- Use the **Copy** icon in the top right-hand corner to copy all the logs to
your clipboard.
- Automatically copy any logs content by highlighting a few lines or a section
of the logs.
- Show timestamps
- Use the **Clear terminal** icon in the top right-hand corner to clear the
logs terminal.
- Select and view external links that may be in your logs.

You can refine your view by:

- Filtering logs for specific containers, if you're running a multi-container application.
- Using regular expressions or exact match search terms

### Inspect

Select **Inspect** to view low-level information about the container. It displays the local path, version number of the image, SHA-256, port mapping, and other details.
Expand Down