Fix markdown for Docker Machine overview (#2874)

Currently, the formatting for https://docs.docker.com/machine/overview
is broken due to a hanging inline code block.

Fix it by moving the inline code block to a new line.

Signed-off-by: Chandan Singh <csingh43@bloomberg.net>
This commit is contained in:
Chandan Singh 2017-04-18 17:26:42 -05:00 committed by John Mulhausen
parent 4cb2c0f432
commit eee59dc29b
1 changed files with 3 additions and 3 deletions

View File

@ -75,9 +75,9 @@ When people say "Docker" they typically mean **Docker Engine**, the
client-server application made up of the Docker daemon, a REST API that
specifies interfaces for interacting with the daemon, and a command line
interface (CLI) client that talks to the daemon (through the REST API wrapper).
Docker Engine accepts `docker` commands from the CLI, such as `docker run
<image>`, `docker ps` to list running containers, `docker images` to list
images, and so on.
Docker Engine accepts `docker` commands from the CLI, such as
`docker run <image>`, `docker ps` to list running containers, `docker images`
to list images, and so on.
![Docker Engine](img/engine.png)