Skip to content

Commit 8f23baf

Browse files
authored
Merge pull request #22612 from docker/published-update
publish updates from main
2 parents b140f8b + d03288e commit 8f23baf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/get-started/docker-concepts/the-basics/what-is-a-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ This container runs a web server that displays a simple website. When working wi
8484

8585
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.
8686

87-
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.
87+
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.
8888

8989
![Screenshot of the landing page coming from the running container](images/access-the-frontend.webp?border)
9090

content/manuals/desktop/setup/install/windows-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This page provides download links, system requirements, and step-by-step install
3232

3333
{{< 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" >}}
3434
{{< button text="Docker Desktop for Windows - x86_64 on the Microsoft Store" url="https://apps.microsoft.com/detail/xp8cbj40xlbwkx?hl=en-GB&gl=GB" >}}
35-
{{< 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" >}}
35+
{{< 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" >}}
3636

3737
_For checksums, see [Release notes](/manuals/desktop/release-notes.md)_
3838

@@ -95,7 +95,7 @@ For more information on setting up WSL 2 with Docker Desktop, see [WSL](/manuals
9595
> Windows Home or Education editions only allow you to run Linux containers.
9696
9797
{{< /tab >}}
98-
{{< tab name="WSL 2 backend, Arm (Beta)" >}}
98+
{{< tab name="WSL 2 backend, Arm (Early Access)" >}}
9999

100100
- WSL version 1.1.3.0 or later.
101101
- Windows 11 64-bit: Home or Pro version 22H2 or higher, or Enterprise or Education version 22H2 or higher.

0 commit comments

Comments
 (0)