Przeglądaj źródła

Merge pull request #16832 from sunyuan3/daemoncommand

Replace the deprecated -d with docker daemon.
James Turnbull 9 lat temu
rodzic
commit
52de250496
1 zmienionych plików z 1 dodań i 1 usunięć
  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