You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/engine/_index.md
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,11 +51,16 @@ aliases:
51
51
- /linux/
52
52
---
53
53
54
-
Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with:
54
+
Docker Engine is an open source containerization technology for building and
55
+
containerizing your applications. Docker Engine acts as a client-server
56
+
application with:
55
57
56
-
- A server with a long-running daemon process [`dockerd`](/reference/cli/dockerd)
57
-
- APIs that specify interfaces that programs can use to talk to and instruct the Docker daemon
58
-
- A command line interface (CLI) client [`docker`](/reference/cli/docker/)
58
+
- A server with a long-running daemon process
59
+
[`dockerd`](/reference/cli/dockerd).
60
+
- APIs which specify interfaces that programs can use to talk to and instruct
61
+
the Docker daemon.
62
+
- A command line interface (CLI) client
63
+
[`docker`](/reference/cli/docker/).
59
64
60
65
The CLI uses [Docker APIs](/reference/api/engine/_index.md) to control or interact with the Docker
61
66
daemon through scripting or direct CLI commands. Many other Docker applications
0 commit comments