mirror of https://github.com/docker/docs.git
Update warning about ports published to 127.0.0.1
Fixed in 28.0.0 - aligning with packet-filtering-firewalls.md. Signed-off-by: Rob Murray <rob.murray@docker.com>
This commit is contained in:
parent
c8183564d2
commit
8d9f59ce1d
|
@ -160,8 +160,8 @@ Here are some examples:
|
||||||
>
|
>
|
||||||
> > [!WARNING]
|
> > [!WARNING]
|
||||||
> >
|
> >
|
||||||
> > Hosts within the same L2 segment (for example, hosts connected to the same
|
> > In releases older than 28.0.0, hosts within the same L2 segment (for example,
|
||||||
> > network switch) can reach ports published to localhost.
|
> > hosts connected to the same network switch) can reach ports published to localhost.
|
||||||
> > For more information, see
|
> > For more information, see
|
||||||
> > [moby/moby#45610](https://github.com/moby/moby/issues/45610)
|
> > [moby/moby#45610](https://github.com/moby/moby/issues/45610)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue