@@ -9,7 +9,7 @@ redirect_from:
9
9
title : Configure and troubleshoot the Docker daemon
10
10
---
11
11
12
- After successfully installing Docker and starting Docker, the ` dockerd ` daemon
12
+ After successfully installing and starting Docker, the ` dockerd ` daemon
13
13
runs with its default configuration. This topic shows how to customize
14
14
the configuration, start the daemon manually, and troubleshoot and debug the
15
15
daemon if you run into issues.
@@ -111,8 +111,8 @@ operating system.
111
111
112
112
One notable example of a configuration conflict that is difficult to troubleshoot
113
113
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
116
116
` hosts ` entry in the ` daemon.json ` , this causes a configuration conflict (as in the above message)
117
117
and Docker fails to start.
118
118
@@ -209,7 +209,7 @@ Docker platform.
209
209
On Windows hosts, restart Docker.
210
210
211
211
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
213
213
restarting with a different environment than the one the hosts' startup scripts
214
214
create, and this may make debugging more difficult.
215
215
@@ -277,4 +277,3 @@ utilities.
277
277
278
278
Finally, you can check in the process list for the ` dockerd ` process, using
279
279
commands like ` ps ` or ` top ` .
280
-
0 commit comments