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
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:
54
+
Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with:
57
55
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/).
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/)
64
59
65
60
The CLI uses [Docker APIs](/reference/api/engine/_index.md) to control or interact with the Docker
66
61
daemon through scripting or direct CLI commands. Many other Docker applications
@@ -76,6 +71,6 @@ For more details, see
76
71
77
72
The Docker Engine is licensed under the Apache License, Version 2.0. See
78
73
[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full license
79
-
text.
74
+
text.
80
75
81
76
However, for commercial use of Docker Engine obtained via Docker Desktop within larger enterprises (exceeding 250 employees OR with annual revenue surpassing $10 million USD), a [paid subscription](https://www.docker.com/pricing/) is required.
0 commit comments