mirror of https://github.com/docker/docs.git
Fix error: PowerShell environment variable setting
Required to be surrounded by `'` or `"`.
This commit is contained in:
parent
cfe28ef08f
commit
bef2ebcb5a
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue