From 6f7b62b839105ccc371eea33df5b6d71224c6b11 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Sun, 7 Jul 2024 10:06:24 -0400 Subject: [PATCH] Fix typo "Container" => "Containers" On Docker Desktop 4.31.1, the option appears as "Containers". --- content/guides/getting-started/get-docker-desktop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/getting-started/get-docker-desktop.md b/content/guides/getting-started/get-docker-desktop.md index 14d156f1b3..2ead79ce5b 100644 --- a/content/guides/getting-started/get-docker-desktop.md +++ b/content/guides/getting-started/get-docker-desktop.md @@ -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)