Merge pull request #1757 from moxiegirl/fix-format

Fix format for command
This commit is contained in:
Victor Vieux 2016-02-04 10:50:56 -08:00
commit 573dd33995
1 changed files with 9 additions and 8 deletions

View File

@ -37,7 +37,7 @@ The first time you use any image, Docker Engine checks to see if you already hav
This shows an environment running an Engine host on the `default` instance. This shows an environment running an Engine host on the `default` instance.
2. Use the Swarm image to execute a command. 2. Use the `swarm` image to execute a command.
The easiest command is to get the help for the image. This command shows all the options that are available with the image. The easiest command is to get the help for the image. This command shows all the options that are available with the image.
@ -75,9 +75,10 @@ The first time you use any image, Docker Engine checks to see if you already hav
Run 'swarm COMMAND --help' for more information on a command. Run 'swarm COMMAND --help' for more information on a command.
In this example, the image did not exist on the Engine host, so the Engine In this example, the `swarm` image did not exist on the Engine host, so the
downloaded it. After it downloaded, the `swarm` image executed the and Engine downloaded it. After it downloaded, the image executed the `help`
displayed the help. After displaying the help, the `swarm` image exits and returns your to your terminal command line. subcommand to display the help text. After displaying the help, the `swarm`
image exits and returns your to your terminal command line.
3. List the running containers on your Engine host. 3. List the running containers on your Engine host.