Fix typo "Container" => "Containers"

On Docker Desktop 4.31.1, the option appears as "Containers".
This commit is contained in:
Kevin Albertson 2024-07-07 10:06:24 -04:00 committed by GitHub
parent 615d26feaf
commit 6f7b62b839
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)