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
Copy file name to clipboardExpand all lines: content/manuals/engine/install/_index.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,24 +72,32 @@ Docker provides [binaries](binaries.md) for manual installation. These binaries
72
72
73
73
Docker Engine has two update channels: **stable** and **test**.
74
74
75
-
- The **stable** channel gives you the latest versions released for general availability.
76
-
- The **test** channel gives you pre-release versions that are ready for testing before general availability.
75
+
* The **stable** channel gives you the latest versions released for general availability.
76
+
* The **test** channel gives you pre-release versions that are ready for testing before
77
+
general availability.
77
78
78
-
Use the test channel with caution. Pre-release versions include experimental and early-access features that are subject to breaking changes.
79
+
Use the test channel with caution. Pre-release versions include experimental and
80
+
early-access features that are subject to breaking changes.
79
81
80
82
## Support
81
83
82
-
Docker Engine is an open source project, supported by the Moby project maintainers and community members. Docker doesn't provide support for Docker Engine. Docker provides support for Docker products, including Docker Desktop, which uses Docker Engine as one of its components.
84
+
Docker Engine is an open source project, supported by the Moby project maintainers
85
+
and community members. Docker doesn't provide support for Docker Engine.
86
+
Docker provides support for Docker products, including Docker Desktop, which uses
87
+
Docker Engine as one of its components.
83
88
84
-
For information about the open source project, refer to the [Moby project website](https://mobyproject.org/).
89
+
For information about the open source project, refer to the
90
+
[Moby project website](https://mobyproject.org/).
85
91
86
92
### Upgrade path
87
93
88
94
Patch releases are always backward compatible with their major and minor version.
89
95
90
96
### Licensing
91
97
92
-
Docker Engine is licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full license text.
98
+
Docker Engine is licensed under the Apache License, Version 2.0. See
99
+
[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full
100
+
license text.
93
101
94
102
## Reporting security issues
95
103
@@ -101,4 +109,5 @@ Docker appreciates security reports and will publicly thank you for your contrib
101
109
102
110
## Get started
103
111
104
-
After setting up Docker, you can learn the basics with [Getting started with Docker](/get-started/introduction/_index.md).
112
+
After setting up Docker, you can learn the basics with
113
+
[Getting started with Docker](/get-started/introduction/_index.md).
0 commit comments