Skip to content

Commit 5c6cfd3

Browse files
authored
Update what-is-a-container.md
Fixes a link to http://locahost:8080 that was mistakenly pointing to an HTTPS URL.
1 parent bc13861 commit 5c6cfd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)