Pārlūkot izejas kodu

Merge pull request #15932 from lyndaoleary/15909-daemon-flag

Removed deprecated -d flag from docs
James Turnbull 9 gadi atpakaļ
vecāks
revīzija
e137f2d081
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      docs/project/set-up-dev-env.md

+ 2 - 2
docs/project/set-up-dev-env.md

@@ -34,7 +34,7 @@ hosts of unnecessary Docker artifacts such as stopped containers or unused
 images. Cleaning unnecessary artifacts isn't strictly necessary, but it is
 images. Cleaning unnecessary artifacts isn't strictly necessary, but it is
 good practice, so it is included here.
 good practice, so it is included here.
 
 
-To remove unnecessary artifacts,
+To remove unnecessary artifacts:
 
 
 1. Verify that you have no unnecessary containers running on your host.
 1. Verify that you have no unnecessary containers running on your host.
 
 
@@ -287,7 +287,7 @@ with the `make.sh` script.
 
 
         root@5f8630b873fe:/go/src/github.com/docker/docker#  docker daemon -D
         root@5f8630b873fe:/go/src/github.com/docker/docker#  docker daemon -D
 
 
-    The `-dD` flag starts the daemon in debug mode. You'll find this useful
+    The `-D` flag starts the daemon in debug mode. You'll find this useful
     when debugging your code.
     when debugging your code.
 
 
 9. Bring up one of the terminals on your local host.
 9. Bring up one of the terminals on your local host.