Files
moby/cmd
David Scott d6ceff48bf 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>
2025-11-06 13:09:08 +00:00
..