diff --git a/get-started/07_multi_container.md b/get-started/07_multi_container.md index 6cd6d05e48..2dae0937ec 100644 --- a/get-started/07_multi_container.md +++ b/get-started/07_multi_container.md @@ -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} \ No newline at end of file +[Use Docker Compose](08_using_compose.md){: .button .primary-btn}