Fix error: PowerShell environment variable setting

Required to be surrounded by `'` or `"`.
This commit is contained in:
Matt Gucci
2022-11-26 11:47:26 +09:00
committed by GitHub
parent cfe28ef08f
commit bef2ebcb5a

View File

@@ -155,7 +155,7 @@ Use the appropriate command below to set the context to `docker-test` using an e
Windows PowerShell:
```console
> $Env:DOCKER_CONTEXT=docker-test
> $env:DOCKER_CONTEXT='docker-test'
```
Linux: