Skip to content

Commit

Permalink
Fix markdown for Docker Machine overview (docker#2874)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cs-shadow authored and johndmulhausen committed Apr 18, 2017
1 parent 4cb2c0f commit eee59dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions machine/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit eee59dc

Please sign in to comment.