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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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: