Browse code

Replace the deprecated -d with docker daemon.

Signed-off-by: Yuan Sun <sunyuan3@huawei.com>

Yuan Sun authored on 2015/10/08 11:25:16
Showing 1 changed files
... ...
@@ -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