mirror of https://github.com/docker/docs.git
updated important note
This commit is contained in:
parent
0b100e25c6
commit
eec06c4b4a
|
@ -11,7 +11,9 @@ For instance, if you run a container which binds to port 80 and you use `host`
|
|||
networking, the container's application is available on port 80 on the host's IP
|
||||
address.
|
||||
|
||||
> **Note**: Given that the container does not have its own IP-address when using
|
||||
>**Note**
|
||||
>
|
||||
> Given that the container does not have its own IP-address when using
|
||||
> `host` mode networking, [port-mapping](overlay.md#publish-ports) does not
|
||||
> take effect, and the `-p`, `--publish`, `-P`, and `--publish-all` option are
|
||||
> ignored, producing a warning instead:
|
||||
|
|
|
@ -31,6 +31,7 @@ The registry is now ready to use.
|
|||
> TLS and should ideally use an access-control mechanism. Keep reading and then
|
||||
> continue to the [configuration guide](configuration.md) to deploy a
|
||||
> production-ready registry.
|
||||
{: .important}
|
||||
|
||||
## Copy an image from Docker Hub to your registry
|
||||
|
||||
|
|
Loading…
Reference in New Issue