moby/cmd
Cory Snider 0a6a726d26 api/server: drop unused Config struct
The Server.cfg field is never referenced by any code in package
"./api/server". "./api/server".Config struct values are used by
DaemonCli code, but only to pass around configuration copied out of the
daemon config within the "./cmd/dockerd" package. Delete the
"./api/server".Config struct definition and refactor the "./cmd/dockerd"
package to pull configuration directly from cli.Config.

Signed-off-by: Cory Snider <csnider@mirantis.com>
2023-02-28 13:49:53 -05:00
..
docker-proxy cmd/docker-proxy: add "-v / --version" flag 2022-12-27 22:26:57 +01:00
dockerd api/server: drop unused Config struct 2023-02-28 13:49:53 -05:00