mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
Update network-tutorial-standalone.md (#17356)
* Update network-tutorial-standalone.md * Update network/network-tutorial-standalone.md
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user