File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ When people say "Docker" they typically mean **Docker Engine**, the
75
75
client-server application made up of the Docker daemon, a REST API that
76
76
specifies interfaces for interacting with the daemon, and a command line
77
77
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.
81
81
82
82
![ Docker Engine] ( img/engine.png )
83
83
You can’t perform that action at this time.
0 commit comments