@@ -9,7 +9,7 @@ redirect_from:
99title : 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
1313runs with its default configuration. This topic shows how to customize
1414the configuration, start the daemon manually, and troubleshoot and debug the
1515daemon if you run into issues.
@@ -111,8 +111,8 @@ operating system.
111111
112112One notable example of a configuration conflict that is difficult to troubleshoot
113113is 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)
117117and Docker fails to start.
118118
@@ -209,7 +209,7 @@ Docker platform.
209209 On Windows hosts, restart Docker.
210210
211211Instead 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
213213restarting with a different environment than the one the hosts' startup scripts
214214create, and this may make debugging more difficult.
215215
@@ -277,4 +277,3 @@ utilities.
277277
278278Finally, you can check in the process list for the ` dockerd ` process, using
279279commands like ` ps ` or ` top ` .
280-
0 commit comments