Description
The cli package is a leftover from when the "docker" and "dockerd" CLIs were both maintained in this repository (and originally were in the same binary).
Now that the CLI lives in https://github.com/docker/cli, we should remove this package, and integrate its functionality into "cmd/dockerd".
Moving cli, and daemon related packages can help with our migration to go modules, and makes it clearer what parts of the code are binary related (to build dockerd and other binaries), and what parts are "library" code (potentially) consumed by other projects as a module.
Description
The cli package is a leftover from when the "docker" and "dockerd" CLIs were both maintained in this repository (and originally were in the same binary).
Now that the CLI lives in https://github.com/docker/cli, we should remove this package, and integrate its functionality into "cmd/dockerd".
Moving cli, and daemon related packages can help with our migration to go modules, and makes it clearer what parts of the code are binary related (to build
dockerdand other binaries), and what parts are "library" code (potentially) consumed by other projects as a module.docker-proxyremove leftovers for building docker-proxy on Windows #48318dockerCLI) cmd/dockerd: remove various cobra templating #46871cmd/dockerdandcmd/docker-proxyWIP: move winresources into cmd package #46886cmd: fix winresources and move them out cli package #50269