mirror of https://github.com/docker/docs.git
Update network-tutorial-standalone.md (#17356)
* Update network-tutorial-standalone.md * Update network/network-tutorial-standalone.md
This commit is contained in:
parent
69f93cdb70
commit
9050e24727
|
@ -436,6 +436,10 @@ connected to both networks.
|
|||
address. This capability is called **automatic service discovery**. Let's
|
||||
connect to `alpine1` and test this out. `alpine1` should be able to resolve
|
||||
`alpine2` and `alpine4` (and `alpine1`, itself) to IP addresses.
|
||||
|
||||
> **Note**
|
||||
>
|
||||
> Automatic service discovery can only resolve custom container names, not default automatically generated container names,
|
||||
|
||||
```console
|
||||
$ docker container attach alpine1
|
||||
|
|
Loading…
Reference in New Issue