From 55468e2ac40f133e2ca4d1d65420cc54368a7aa4 Mon Sep 17 00:00:00 2001 From: Lynda O'Leary Date: Sat, 29 Aug 2015 23:21:20 +0100 Subject: [PATCH] Removed deprecated -d flag from docs Signed-off-by: Lynda O'Leary --- docs/project/set-up-dev-env.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/project/set-up-dev-env.md b/docs/project/set-up-dev-env.md index 9d69cac6ee..ce6bca1c21 100644 --- a/docs/project/set-up-dev-env.md +++ b/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 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. @@ -287,7 +287,7 @@ with the `make.sh` script. 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. 9. Bring up one of the terminals on your local host.