From e9f8d4443a88221402f740603114f8fa1bf9657b Mon Sep 17 00:00:00 2001 From: Telescu Nicolae <36912215+NicolaeTelescu@users.noreply.github.com> Date: Wed, 20 Jan 2021 11:06:02 +0200 Subject: [PATCH] Update index.md The command for bind mount doesn't run in Ubuntu if the user is not in the source code folder. At least, for me didn't work. So I specified that to prevent errors and bugs. --- docs/tutorial/using-bind-mounts/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index 072f32c..11aa0ca 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -36,7 +36,7 @@ So, let's do it! 1. Make sure you don't have any previous `getting-started` containers running. -1. Run the following command. We'll explain what's going on afterwards: +1. Run the following command from the source code folder. We'll explain what's going on afterwards: ```bash docker run -dp 3000:3000 \