From d1e5fbfc170367c4b4055fa7b4afb682b6e39099 Mon Sep 17 00:00:00 2001 From: Pratyush Mohapatra Date: Thu, 6 Apr 2023 00:09:51 +0530 Subject: [PATCH] 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! --- get-started/07_multi_container.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-started/07_multi_container.md b/get-started/07_multi_container.md index 31a3370aae..adbe724dc7 100644 --- a/get-started/07_multi_container.md +++ b/get-started/07_multi_container.md @@ -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.