Skip to content

Commit 313ec1f

Browse files
authored
Tidy language on daemon index (docker#6128)
1 parent 1b9d732 commit 313ec1f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

config/daemon/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ redirect_from:
99
title: Configure and troubleshoot the Docker daemon
1010
---
1111

12-
After successfully installing Docker and starting Docker, the `dockerd` daemon
12+
After successfully installing and starting Docker, the `dockerd` daemon
1313
runs with its default configuration. This topic shows how to customize
1414
the configuration, start the daemon manually, and troubleshoot and debug the
1515
daemon if you run into issues.
@@ -111,8 +111,8 @@ operating system.
111111

112112
One notable example of a configuration conflict that is difficult to troubleshoot
113113
is when you want to specify a different daemon address from
114-
the default. Docker listens on a socket by default. On Debian and Ubuntu systems using `systemd`),
115-
this means that a `-H` flag is always used when starting `dockerd`. If you specify a
114+
the default. Docker listens on a socket by default. On Debian and Ubuntu systems using `systemd`,
115+
this means that a host flag `-H` is always used when starting `dockerd`. If you specify a
116116
`hosts` entry in the `daemon.json`, this causes a configuration conflict (as in the above message)
117117
and Docker fails to start.
118118

@@ -209,7 +209,7 @@ Docker platform.
209209
On Windows hosts, restart Docker.
210210

211211
Instead of following this procedure, you can also stop the Docker daemon and
212-
restart it manually with the `-D` flag. However, this may result in Docker
212+
restart it manually with the debug flag `-D`. However, this may result in Docker
213213
restarting with a different environment than the one the hosts' startup scripts
214214
create, and this may make debugging more difficult.
215215

@@ -277,4 +277,3 @@ utilities.
277277

278278
Finally, you can check in the process list for the `dockerd` process, using
279279
commands like `ps` or `top`.
280-

0 commit comments

Comments
 (0)