mirror of https://github.com/docker/docs.git
Fix code block not being highlightable in the guide
This commit is contained in:
parent
9008e8c3e8
commit
5bf13c7380
|
@ -56,7 +56,7 @@ For now, we will create the network first and attach the MySQL container at star
|
||||||
|
|
||||||
If you are using PowerShell then use this command.
|
If you are using PowerShell then use this command.
|
||||||
|
|
||||||
```console
|
```powershell
|
||||||
PS> docker run -d `
|
PS> docker run -d `
|
||||||
--network todo-app --network-alias mysql `
|
--network todo-app --network-alias mysql `
|
||||||
-v todo-mysql-data:/var/lib/mysql `
|
-v todo-mysql-data:/var/lib/mysql `
|
||||||
|
@ -194,7 +194,7 @@ With all of that explained, let's start our dev-ready container!
|
||||||
|
|
||||||
If you are using PowerShell then use this command.
|
If you are using PowerShell then use this command.
|
||||||
|
|
||||||
```console
|
```powershell
|
||||||
PS> docker run -dp 3000:3000 `
|
PS> docker run -dp 3000:3000 `
|
||||||
-w /app -v "$(pwd):/app" `
|
-w /app -v "$(pwd):/app" `
|
||||||
--network todo-app `
|
--network todo-app `
|
||||||
|
|
Loading…
Reference in New Issue