From 4db5b7087cd1e25b9334ea44644cb3485a908229 Mon Sep 17 00:00:00 2001 From: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com> Date: Wed, 22 Feb 2023 08:12:05 -0800 Subject: [PATCH] update registry.json ps install command (#16759) --- _includes/configure-registry-json.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/configure-registry-json.md b/_includes/configure-registry-json.md index f418668ede..6ae7358aae 100644 --- a/_includes/configure-registry-json.md +++ b/_includes/configure-registry-json.md @@ -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: