Update Docker CLI container guide (#20528)

* Update Docker CLI container guide

Signed-off-by: Harshil Jani <harshil.akshaybhai@aowealth.in>

* Update content/guides/docker-concepts/the-basics/what-is-a-container.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: Harshil Jani <harshil.akshaybhai@aowealth.in>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
Harshil Jani 2024-08-05 12:59:21 +05:30 committed by GitHub
parent f1fa2474a5
commit 4de6c276ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,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 of the Nginx web server, coming from the running container](images/access-the-frontend.webp?border)