Update 07_multi_container.md (#17044)

* Update 07_multi_container.md

Made it much more clearer as where the docker run command was being run this time.

In this article, the commands for setting up the to-do docker network, running the mysql container and finding its IP can be run from any CWD. 

However, the docker run command here needs to be specifically run from getting-started/app directory.

* Update 07_multi_container.md

Fix: Had added a space by accident. Fixed!
This commit is contained in:
Pratyush Mohapatra
2023-04-06 00:09:51 +05:30
committed by GitHub
parent 25738b74b5
commit d1e5fbfc17

View File

@@ -195,7 +195,7 @@ The todo app supports the setting of a few environment variables to specify MySQ
You can now start your dev-ready container.
1. Specify each of the environment variables above, as well as connect the container to your app network.
1. Specify each of the environment variables above, as well as connect the container to your app network. Make sure that you are in the `getting-started/app` directory when you run this command.
<ul class="nav nav-tabs">
<li class="active"><a data-toggle="tab" data-target="#mac-linux2">Mac / Linux</a></li>