Browse Source

Merge pull request #26233 from yuexiao-wang/fix-readme

Fix readme doc for dockerd
Vincent Demeester 8 years ago
parent
commit
1145c9b0d5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cmd/dockerd/README.md

+ 1 - 1
cmd/dockerd/README.md

@@ -1,3 +1,3 @@
-docker.go contains Docker's main function.
+docker.go contains Docker daemon's main function.
 
 This file provides first line CLI argument parsing and environment variable setting.