Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
| ... | ... |
@@ -21,7 +21,7 @@ or `systemd` to manage the `docker` daemon's start and stop. |
| 21 | 21 |
|
| 22 | 22 |
### Running the docker daemon directly |
| 23 | 23 |
|
| 24 |
-The `docker` daemon can be run directly using the `-d` option. By default it listens on |
|
| 24 |
+The `docker` daemon can be run directly using the `docker daemon` command. By default it listens on |
|
| 25 | 25 |
the Unix socket `unix:///var/run/docker.sock` |
| 26 | 26 |
|
| 27 | 27 |
$ docker daemon |