From a98b2d350a68b90069cdfa8bcacba4157824ea66 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Mon, 10 Aug 2026 21:48:19 +0500 Subject: [PATCH] docs: use double hyphens in Desktop installer flags Em dashes in --user and --always-run-service break copy-paste. Signed-off-by: Dean Chen <862469039@qq.com> --- .../desktop/troubleshoot-and-support/faqs/general.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/manuals/desktop/troubleshoot-and-support/faqs/general.md b/content/manuals/desktop/troubleshoot-and-support/faqs/general.md index 47bb67013ed5..0b891ebaec13 100644 --- a/content/manuals/desktop/troubleshoot-and-support/faqs/general.md +++ b/content/manuals/desktop/troubleshoot-and-support/faqs/general.md @@ -96,7 +96,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= @@ -115,10 +115,10 @@ 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 >}}