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 ## 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. For now, we will create the network first and attach the MySQL container at startup.
1. Create the network. 1. Create the network.