Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eee59dc

Browse files
cs-shadowjohndmulhausen
authored andcommitted
Fix markdown for Docker Machine overview (docker#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 <[email protected]>
1 parent 4cb2c0f commit eee59dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

machine/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ When people say "Docker" they typically mean **Docker Engine**, the
7575
client-server application made up of the Docker daemon, a REST API that
7676
specifies interfaces for interacting with the daemon, and a command line
7777
interface (CLI) client that talks to the daemon (through the REST API wrapper).
78-
Docker Engine accepts `docker` commands from the CLI, such as `docker run
79-
<image>`, `docker ps` to list running containers, `docker images` to list
80-
images, and so on.
78+
Docker Engine accepts `docker` commands from the CLI, such as
79+
`docker run <image>`, `docker ps` to list running containers, `docker images`
80+
to list images, and so on.
8181

8282
![Docker Engine](img/engine.png)
8383

0 commit comments

Comments
 (0)