Update 07_multi_container.md (#16065)

This commit is contained in:
mohamed-iyed 2022-11-03 12:30:40 +01:00 committed by GitHub
parent dc25d40680
commit e376512aca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -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}