From d3334672ce00cde95541e1141de80c575df06a14 Mon Sep 17 00:00:00 2001 From: Michael Irwin Date: Wed, 14 Dec 2022 10:20:01 -0500 Subject: [PATCH] Add instruction to exit out of the netshoot container when done Signed-off-by: Michael Irwin Resolves #254 --- docs/tutorial/multi-container-apps/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial/multi-container-apps/index.md b/docs/tutorial/multi-container-apps/index.md index 908b6ae..9dc3a13 100644 --- a/docs/tutorial/multi-container-apps/index.md +++ b/docs/tutorial/multi-container-apps/index.md @@ -151,6 +151,8 @@ which ships with a _lot_ of tools that are useful for troubleshooting or debuggi What this means is... our app only simply needs to connect to a host named `mysql` and it'll talk to the database! It doesn't get much simpler than that! + When you're done, run `exit` to close out of the container. + ## Running our App with MySQL