Merge pull request #20373 from kevinAlbs/patch-1

Fix typo "Container" => "Containers"
This commit is contained in:
Craig Osterhout 2024-07-09 13:51:27 -07:00 committed by GitHub
commit c3cf1d9d8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ For this container, the frontend is accessible on port `8080`. To open the websi
## Manage containers using Docker Desktop
1. Open Docker Desktop and select the **Container** field on the left sidebar.
1. Open Docker Desktop and select the **Containers** field on the left sidebar.
2. You can view information about your container including logs, and files, and even access the shell by selecting the **Exec** tab.
![Screenshot of exec into the running container in Docker Desktop](images/exec-into-docker-container.webp?border=true)