浏览代码

Replace the deprecated -d with docker daemon.

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>
Yuan Sun 9 年之前
父节点
当前提交
b08c6b1768
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/articles/configuring.md

+ 1 - 1
docs/articles/configuring.md

@@ -21,7 +21,7 @@ or `systemd` to manage the `docker` daemon's start and stop.
 
 ### Running the docker daemon directly
 
-The `docker` daemon can be run directly using the `-d` option. By default it listens on
+The `docker` daemon can be run directly using the `docker daemon` command. By default it listens on
 the Unix socket `unix:///var/run/docker.sock`
 
     $ docker daemon