Skip to content

Commit dc95063

Browse files
authored
Improve wording and punctuation in Docker overview documentation (#23845)
### Description Improves wording and punctuation in the Docker overview documentation for clarity and consistency. ### Related issue N/A
1 parent 8d8aaf7 commit dc95063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/get-started/docker-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Docker API. The Docker client can communicate with more than one daemon.
107107

108108
### Docker Desktop
109109

110-
Docker Desktop is an easy-to-install application for your Mac, Windows or Linux environment that enables you to build and share containerized applications and microservices. Docker Desktop includes the Docker daemon (`dockerd`), the Docker client (`docker`), Docker Compose, Docker Content Trust, Kubernetes, and Credential Helper. For more information, see [Docker Desktop](/manuals/desktop/_index.md).
110+
Docker Desktop is an easy-to-install application for your Mac, Windows, or Linux environment that enables you to build and share containerized applications and microservices. Docker Desktop includes the Docker daemon (`dockerd`), the Docker client (`docker`), Docker Compose, Docker Content Trust, Kubernetes, and Credential Helper. For more information, see [Docker Desktop](/manuals/desktop/_index.md).
111111

112112
### Docker registries
113113

@@ -128,8 +128,8 @@ of those objects.
128128

129129
An image is a read-only template with instructions for creating a Docker
130130
container. Often, an image is based on another image, with some additional
131-
customization. For example, you may build an image which is based on the `ubuntu`
132-
image, but installs the Apache web server and your application, as well as the
131+
customization. For example, you may build an image that is based on the Ubuntu image
132+
but includes the Apache web server and your application, as well as the
133133
configuration details needed to make your application run.
134134

135135
You might create your own images or you might only use those created by others

0 commit comments

Comments
 (0)