mirror of https://github.com/docker/docs.git
Update 07_multi_container.md (#16065)
This commit is contained in:
parent
dc25d40680
commit
e376512aca
|
@ -33,7 +33,9 @@ or containers on the same machine. So, how do we allow one container to talk to
|
|||
|
||||
## Start MySQL
|
||||
|
||||
There are two ways to put a container on a network: 1) Assign it at start or 2) connect an existing container.
|
||||
There are two ways to put a container on a network:
|
||||
1) Assign it at start or
|
||||
2) connect an existing container.
|
||||
For now, we will create the network first and attach the MySQL container at startup.
|
||||
|
||||
1. Create the network.
|
||||
|
@ -293,4 +295,4 @@ ports, and more! That's a lot to remember and it's certainly making things harde
|
|||
In the next section, you'll learn about Docker Compose. With Docker Compose, you can share your application stacks in a
|
||||
much easier way and let others spin them up with a single (and simple) command!
|
||||
|
||||
[Use Docker Compose](08_using_compose.md){: .button .primary-btn}
|
||||
[Use Docker Compose](08_using_compose.md){: .button .primary-btn}
|
||||
|
|
Loading…
Reference in New Issue