fix formatting of command output

This commit is contained in:
Samuel El-Borai 2016-10-23 19:08:22 +02:00 committed by GitHub
parent 7b70ec32e7
commit 550463cd4b
1 changed files with 4 additions and 4 deletions

View File

@ -196,7 +196,6 @@ your swarm, and start an image on your swarm.
4. Run the Docker `hello-world` test image on your swarm.
$ docker run hello-world
Hello from Docker.
This message shows that your installation appears to be working correctly.
@ -210,11 +209,12 @@ your swarm, and start an image on your swarm.
4. The Docker daemon streamed that output to the Docker client, which sent it
to your terminal.
To try something more ambitious, you can run an Ubuntu container with:
To try something more ambitious, you can run an Ubuntu container with:
$ docker run -it ubuntu bash
For more examples and ideas, visit:
http://docs.docker.com/userguide/
For more examples and ideas, visit:
http://docs.docker.com/userguide/
5. Use the `docker ps` command to find out which node the container ran on.