From b08c6b17685d4af40e9705ca0efddbdffdf2657e Mon Sep 17 00:00:00 2001 From: Yuan Sun Date: Thu, 8 Oct 2015 10:25:16 +0800 Subject: [PATCH] Replace the deprecated -d with docker daemon. Signed-off-by: Yuan Sun --- docs/articles/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/configuring.md b/docs/articles/configuring.md index aaadb5d45c..77e395fbde 100644 --- a/docs/articles/configuring.md +++ b/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