Skip to content

Commit 1c40dfb

Browse files
authored
Merge pull request docker#14978 from aevesdocker/DV-145a
add info about deleting containers in bulk
1 parent 9403431 commit 1c40dfb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

desktop/dashboard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,6 @@ Attaching to db, redis, example-voting-app-master_result_1, example-voting-app-m
7878

7979
When the application starts successfully, from the Docker menu, select **Dashboard** to see the Example voting application. Expand the application to see the containers running inside the application.
8080

81-
![Spring Boot application view](images/app-dashboard-view.png){:width="700px"}
82-
8381
Now that you can see the list of running containers and applications on the Dashboard, let us explore some of the actions you can perform:
8482

8583
- Click **Port** to open the port exposed by the container in a browser.
@@ -92,7 +90,9 @@ Use the **Search** option to search for a specific object. You can also sort you
9290

9391
From the Docker Dashboard, select the example voting application we started earlier.
9492

95-
The **Containers/Apps** view lists all the containers running on the application and contains a detailed logs view. It also allows you to start, stop, or delete the application. Use the **Search** option at the bottom of the logs view to search application logs for specific events, or select the **Copy** icon to copy the logs to your clipboard.
93+
The **Containers** view lists all the containers running on the application and contains a detailed logs view. It also allows you to start, stop, or delete the application. Use the **Search** option at the bottom of the logs view to search application logs for specific events, or select the **Copy** icon to copy the logs to your clipboard.
94+
95+
From the **Containers** view you can also select and bulk delete multiple containers at once.
9696

9797
Click **Open in Visual Studio Code** to open the application in VS Code. Hover over the list of containers to see some of the core actions you can perform.
9898

0 commit comments

Comments
 (0)