fix for issue 14686 and 12662

Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
This commit is contained in:
craig-osterhout 2022-05-11 11:11:16 -07:00
parent 1029e5e6dc
commit 9a1cb6561c
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ So, let's do it!
sh -c "yarn install && yarn run dev"
```
If you are using PowerShell then use this command:
If you are using Windows then use this command in PowerShell:
```powershell
PS> docker run -dp 3000:3000 `

View File

@ -66,7 +66,7 @@ For now, we will create the network first and attach the MySQL container at star
mysql:5.7
```
If you are using PowerShell then use this command.
If you are using Windows then use this command in PowerShell.
```powershell
PS> docker run -d `
@ -214,7 +214,7 @@ With all of that explained, let's start our dev-ready container!
sh -c "yarn install && yarn run dev"
```
If you are using PowerShell then use this command.
If you are using Windows then use this command in PowerShell.
```powershell
PS> docker run -dp 3000:3000 `