mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
delete redundant/incorrect cmd/dockerd/README.md
The README was useful when it was pointing to docker.go and when
docker.go contained the arg parsing and env setting code, but the
structure was simplified by @dmcgowan in 33139da522
It seems pointless to update it to say:
> main.go contains Docker daemon's main function.
and this part is out of date
> This file provides first line CLI argument parsing and environment variable setting.
It seems redundant with the new simpler structure, so delete it.
Signed-off-by: David Scott <dave@recoil.org>
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
docker.go contains Docker daemon's main function.
|
||||
|
||||
This file provides first line CLI argument parsing and environment variable setting.
|
||||
Reference in New Issue
Block a user