From 66edf294ce76318b32b8126dd519d788b8575da4 Mon Sep 17 00:00:00 2001 From: Jim Galasyn Date: Fri, 15 Dec 2017 14:59:45 -0800 Subject: [PATCH] Tweak admonition for quote syntax (#5527) --- docker-for-windows/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docker-for-windows/index.md b/docker-for-windows/index.md index 4c64520b25..942f3d95c8 100644 --- a/docker-for-windows/index.md +++ b/docker-for-windows/index.md @@ -44,9 +44,15 @@ docker-machine version 0.10.0, build 76ed2a6 ## Explore the application and run examples -The next few steps take you through some examples. These are just suggestions for ways to experiment with Docker on your system, check version information, and make sure `docker` commands are working properly. +The next few steps take you through some examples. These are just suggestions +for ways to experiment with Docker on your system, check version information, +and make sure `docker` commands are working properly. -**Note for Windows Users**: Remember to use double quotes (") instead of single quotes (') when specifying parameters in docker commands while using CMD/Powershell. +> Quote syntax +> +> Remember to use double quotes (") instead of single quotes (') when specifying +> parameters in docker commands while using CMD/Powershell. +{: .important} 1. Open a shell (`cmd.exe`, PowerShell, or other).