Skip to content

[epic] remove the obsolete "cli" package #44641

@thaJeztah

Description

@thaJeztah

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions