Skip to content

Commit 2585291

Browse files
committed
engine
1 parent fad8c0e commit 2585291

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

content/manuals/engine/_index.md

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Docker Engine
33
weight: 10
4-
description: Find a comprehensive overview of Docker Engine, including how to install, storage details, networking, and more
5-
keywords: Engine
4+
description: Comprehensive guide to Docker Engine - installation, configuration, storage, networking, and container management for developers
5+
keywords: Docker Engine, containerization, Docker daemon, Docker CLI, container management, open source, installation, networking, storage
66
params:
77
sidebar:
88
group: Open source
@@ -51,16 +51,11 @@ aliases:
5151
- /linux/
5252
---
5353

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:
54+
Docker Engine is an open source containerization technology for building and containerizing your applications. Docker Engine acts as a client-server application with:
5755

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/)
6459

6560
The CLI uses [Docker APIs](/reference/api/engine/_index.md) to control or interact with the Docker
6661
daemon through scripting or direct CLI commands. Many other Docker applications
@@ -76,6 +71,6 @@ For more details, see
7671

7772
The Docker Engine is licensed under the Apache License, Version 2.0. See
7873
[LICENSE](https://github.com/moby/moby/blob/master/LICENSE) for the full license
79-
text.
74+
text.
8075

8176
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

Comments
 (0)