About this project

The docker/cli repository contains the source code for the Docker command-line interface. It serves as the primary tool for users to manage containers, images, networks, and volumes. The project is developed using Docker itself, utilizing buildx bake for building binaries across multiple supported platforms, including options for glibc or musl dynamic binaries. The repository includes a comprehensive testing suite consisting of unit tests and full integration tests, as well as linting tools like shellcheck.