Skip to content

Commit

Permalink
Merge pull request #15932 from lyndaoleary/15909-daemon-flag
Browse files Browse the repository at this point in the history
Removed deprecated -d flag from docs
  • Loading branch information
jamtur01 committed Aug 30, 2015
2 parents ad91d2e + 55468e2 commit e137f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/project/set-up-dev-env.md
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit e137f2d

Please sign in to comment.