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:
David Scott
2025-11-06 13:03:35 +00:00
parent 0035b5eed6
commit d6ceff48bf

View File

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