mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Update network-tutorial-standalone.md
This commit is contained in:
committed by
Joao Fernandes
parent
16f7d2cd26
commit
8e19bf18de
@@ -294,7 +294,7 @@ connected to both networks.
|
||||
|
||||
3. Create your four containers. Notice the `--network` flags. You can only
|
||||
connect to one network during the `docker run` command, so you need to use
|
||||
`docker network attach` afterward to connect `alpine4` to the `bridge`
|
||||
`docker network connect` afterward to connect `alpine4` to the `bridge`
|
||||
network as well.
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user