Tweak admonition for quote syntax (#5527)

This commit is contained in:
Jim Galasyn 2017-12-15 14:59:45 -08:00 committed by GitHub
parent 185c94e776
commit 66edf294ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions

View File

@ -44,9 +44,15 @@ docker-machine version 0.10.0, build 76ed2a6
## Explore the application and run examples ## 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). 1. Open a shell (`cmd.exe`, PowerShell, or other).