mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
Fix error: PowerShell environment variable setting
Required to be surrounded by `'` or `"`.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user