mirror of https://github.com/docker/docs.git
Merge pull request #22610 from mattl/patch-1
Update what-is-a-container.md
This commit is contained in:
parent
371f608c03
commit
a9c38b6471
|
@ -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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue