diff --git a/content/manuals/desktop/use-desktop/container.md b/content/manuals/desktop/use-desktop/container.md index 830d30f6f23..2a4ff86a54e 100644 --- a/content/manuals/desktop/use-desktop/container.md +++ b/content/manuals/desktop/use-desktop/container.md @@ -35,7 +35,7 @@ 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. @@ -43,12 +43,16 @@ Select **Logs** to see logs from the container. You can also: 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.