From a9c38b6471e467bb2e0d01a230d5b3893a6876c7 Mon Sep 17 00:00:00 2001 From: "Dr. Matt Lee" Date: Fri, 9 May 2025 10:14:25 -0400 Subject: [PATCH 1/2] Merge pull request #22610 from mattl/patch-1 Update what-is-a-container.md --- .../docker-concepts/the-basics/what-is-a-container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/docker-concepts/the-basics/what-is-a-container.md b/content/get-started/docker-concepts/the-basics/what-is-a-container.md index 89af955717ed..aeedde7fbd20 100644 --- a/content/get-started/docker-concepts/the-basics/what-is-a-container.md +++ b/content/get-started/docker-concepts/the-basics/what-is-a-container.md @@ -84,7 +84,7 @@ This container runs a web server that displays a simple website. When working wi When you launched the container, you exposed one of the container's ports onto your machine. Think of this as creating configuration to let you to connect through the isolated environment of the container. -For this container, the frontend is accessible on port `8080`. To open the website, select the link in the **Port(s)** column of your container or visit [http://localhost:8080](https://localhost:8080) in your browser. +For this container, the frontend is accessible on port `8080`. To open the website, select the link in the **Port(s)** column of your container or visit [http://localhost:8080](http://localhost:8080) in your browser. ![Screenshot of the landing page coming from the running container](images/access-the-frontend.webp?border) From d03288ea1d889ab353898b16ae32f7fb949e3dca Mon Sep 17 00:00:00 2001 From: Sarah Sanders Date: Fri, 9 May 2025 15:49:21 -0400 Subject: [PATCH 2/2] dd: update Windows Arm to EA (#22613) ## Description - Windows Arm is in EA not Beta ## Related issues or tickets - Request in #team-docs channel from @KatTomrushka ## Reviews - [ ] Editorial review --- content/manuals/desktop/setup/install/windows-install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/manuals/desktop/setup/install/windows-install.md b/content/manuals/desktop/setup/install/windows-install.md index 259eab642863..1bb4e86bb2ec 100644 --- a/content/manuals/desktop/setup/install/windows-install.md +++ b/content/manuals/desktop/setup/install/windows-install.md @@ -32,7 +32,7 @@ This page provides download links, system requirements, and step-by-step install {{< button text="Docker Desktop for Windows - x86_64" url="https://desktop.docker.com/win/main/amd64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-amd64" >}} {{< button text="Docker Desktop for Windows - x86_64 on the Microsoft Store" url="https://apps.microsoft.com/detail/xp8cbj40xlbwkx?hl=en-GB&gl=GB" >}} -{{< button text="Docker Desktop for Windows - Arm (Beta)" url="https://desktop.docker.com/win/main/arm64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-arm64" >}} +{{< button text="Docker Desktop for Windows - Arm (Early Access)" url="https://desktop.docker.com/win/main/arm64/Docker%20Desktop%20Installer.exe?utm_source=docker&utm_medium=webreferral&utm_campaign=docs-driven-download-win-arm64" >}} _For checksums, see [Release notes](/manuals/desktop/release-notes.md)_ @@ -95,7 +95,7 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals > Windows Home or Education editions only allow you to run Linux containers. {{< /tab >}} -{{< tab name="WSL 2 backend, Arm (Beta)" >}} +{{< tab name="WSL 2 backend, Arm (Early Access)" >}} - WSL version 1.1.3.0 or later. - Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.