From 576913d1cb23972933666bf311788fe18bba75b9 Mon Sep 17 00:00:00 2001 From: Ariel Safari Date: Sat, 1 Aug 2020 22:24:59 +0300 Subject: [PATCH] Add "Unix/Windows" support for shell command --- docs/tutorial/using-bind-mounts/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/tutorial/using-bind-mounts/index.md b/docs/tutorial/using-bind-mounts/index.md index 072f32c..9832a39 100644 --- a/docs/tutorial/using-bind-mounts/index.md +++ b/docs/tutorial/using-bind-mounts/index.md @@ -37,6 +37,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: +=== "Unix" ```bash docker run -dp 3000:3000 \ @@ -45,7 +46,7 @@ So, let's do it! sh -c "yarn install && yarn run dev" ``` - If you are using PowerShell then use this command. +=== "Windows" ```powershell docker run -dp 3000:3000 `