update registry.json ps install command (#16759)

This commit is contained in:
Craig Osterhout 2023-02-22 08:12:05 -08:00 committed by GitHub
parent dd1f3331eb
commit 4db5b7087c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ To automatically create a `registry.json` file when installing Docker Desktop, d
If you're using PowerShell:
```powershell
PS> Start-Process '.\Docker Desktop Installer.exe' -Wait install --allowed-org=myorg
PS> Start-Process '.\Docker Desktop Installer.exe' -Wait 'install --allowed-org=myorg'
```
If you're using the Windows Command Prompt: