From 192867029893f5bf1b1353ec2e090f2a963de766 Mon Sep 17 00:00:00 2001 From: Niels Kaspers Date: Wed, 5 Aug 2026 09:06:11 +0300 Subject: [PATCH] docs: fix installer flag hyphens in admin FAQ --- .../desktop/troubleshoot-and-support/faqs/general.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/faqs/general.md b/content/manuals/desktop/troubleshoot-and-support/faqs/general.md index 4005e3fc9724..518b7e5522b8 100644 --- a/content/manuals/desktop/troubleshoot-and-support/faqs/general.md +++ b/content/manuals/desktop/troubleshoot-and-support/faqs/general.md @@ -100,7 +100,7 @@ Docker Desktop requires administrator privileges only for installation. Once ins {{< tabs >}} {{< tab name="Mac" >}} -To run Docker Desktop on Mac without requiring administrator privileges, install via the command line and pass the `—user=` installer flag: +To run Docker Desktop on Mac without requiring administrator privileges, install via the command line and pass the `--user=` installer flag: ```console $ /Applications/Docker.app/Contents/MacOS/install --user= @@ -119,13 +119,12 @@ You can then sign in to your machine with the user ID specified, and launch Dock > > If you are using the WSL 2 backend, first make sure that you meet the [minimum required version](/manuals/desktop/features/wsl/best-practices.md) for WSL 2. Otherwise, update WSL 2 first. -To run Docker Desktop on Windows without requiring administrator privileges, install via the command line and pass the `—always-run-service` installer flag. +To run Docker Desktop on Windows without requiring administrator privileges, install via the command line and pass the `--always-run-service` installer flag. ```console -$ "Docker Desktop Installer.exe" install —always-run-service +$ "Docker Desktop Installer.exe" install --always-run-service ``` {{< /tab >}} {{< /tabs >}} -