From 017f59dc49560bf3f5c7abb2207c04a33927e672 Mon Sep 17 00:00:00 2001 From: Dennis Date: Tue, 23 Jun 2020 10:57:34 +0200 Subject: [PATCH] changed typo in command for connecting and checking mysql database changed typo docker exec -ti mysql -p todos to docker exec -it mysql -p todos --- docs/tutorial/multi-container-apps/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/multi-container-apps/index.md b/docs/tutorial/multi-container-apps/index.md index 00894a1..5f57a4f 100644 --- a/docs/tutorial/multi-container-apps/index.md +++ b/docs/tutorial/multi-container-apps/index.md @@ -199,7 +199,7 @@ With all of that explained, let's start our dev-ready container! is **secret**. ```bash - docker exec -ti mysql -p todos + docker exec -it mysql -p todos ``` And in the mysql shell, run the following: