Merge pull request #14978 from aevesdocker/DV-145a

add info about deleting containers in bulk
This commit is contained in:
Allie Sadler 2022-06-22 10:01:18 +01:00 committed by GitHub
parent 9403431ff7
commit 1c40dfb4eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -78,8 +78,6 @@ Attaching to db, redis, example-voting-app-master_result_1, example-voting-app-m
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. 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.
![Spring Boot application view](images/app-dashboard-view.png){:width="700px"}
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: 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:
- Click **Port** to open the port exposed by the container in a browser. - 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
From the Docker Dashboard, select the example voting application we started earlier. From the Docker Dashboard, select the example voting application we started earlier.
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. 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.
From the **Containers** view you can also select and bulk delete multiple containers at once.
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. 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.