From a98982858805cb009f70ef5f2e5a105064138bc6 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 5 Apr 2023 16:52:48 +0100 Subject: [PATCH] DD4.18 dev velocity content (#16853) * DD4.18 dev velocity content * additions from review * Update desktop/use-desktop/container.md Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --------- Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com> --- desktop/use-desktop/container.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/desktop/use-desktop/container.md b/desktop/use-desktop/container.md index 9f3904f082..9f2b58ed1b 100644 --- a/desktop/use-desktop/container.md +++ b/desktop/use-desktop/container.md @@ -38,7 +38,7 @@ To open the integrated terminal, either: You can obtain detailed information about the container when you select a container. -The **container view** displays **Logs**, **Inspect**, **Terminal**, and **Stats** tabs and provides quick action buttons to perform various actions. +The **container view** displays **Logs**, **Inspect**, **Terminal**, **Files**, and **Stats** tabs and provides quick action buttons to perform various actions. - Select **Logs** to see logs from the container. You can also: - Use `Cmd + f`/`Ctrl + f` to open the search bar and find specific entries. Search matches are highlighted in yellow. @@ -50,4 +50,11 @@ The **container view** displays **Logs**, **Inspect**, **Terminal**, and **Stats - Select **Inspect** to view low-level information about the container. You can see the local path, version number of the image, SHA-256, port mapping, and other details. +- Select **Files** to explore the filesystem of running or stopped containers. You can also: + - See which files have been recently added, modified, or deleted + - Edit a file straight from the built-in editor + - Drag and drop files and folders between the host and the container + - Delete unnecessary files when you right-click on a file + - Download file and folders from the container straight to the host + - Select **Stats** to view information about the container resource utilization. You can see the amount of CPU, disk I/O, memory, and network I/O used by the container.