Browse code

Removed deprecated -d flag from docs

Signed-off-by: Lynda O'Leary <lyndaoleary29@gmail.com>

Lynda O'Leary authored on 2015/08/30 07:21:20
Showing 1 changed files
... ...
@@ -34,7 +34,7 @@ hosts of unnecessary Docker artifacts such as stopped containers or unused
34 34
 images. Cleaning unnecessary artifacts isn't strictly necessary, but it is
35 35
 good practice, so it is included here.
36 36
 
37
-To remove unnecessary artifacts,
37
+To remove unnecessary artifacts:
38 38
 
39 39
 1. Verify that you have no unnecessary containers running on your host.
40 40
 
... ...
@@ -287,7 +287,7 @@ with the `make.sh` script.
287 287
 
288 288
         root@5f8630b873fe:/go/src/github.com/docker/docker#  docker daemon -D
289 289
 
290
-    The `-dD` flag starts the daemon in debug mode. You'll find this useful
290
+    The `-D` flag starts the daemon in debug mode. You'll find this useful
291 291
     when debugging your code.
292 292
 
293 293
 9. Bring up one of the terminals on your local host.