No description
  • Go 92.1%
  • Shell 5.3%
  • Dockerfile 1.1%
  • Go-Checksums 0.9%
  • Makefile 0.3%
  • Other 0.3%
Find a file
Sebastiaan van Stijn 9d7ad9ff18
Merge pull request #6911 from thaJeztah/bump_modules
vendor: moby/api v1.54.1, moby/client v0.4.0
2026-04-03 16:24:17 +02:00
.github build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 2026-04-03 08:44:33 +00:00
cli Merge pull request #6872 from thaJeztah/link_completions 2026-04-03 12:37:11 +02:00
cli-plugins cli-plugins/socket: modernize 2026-04-01 00:19:32 +02:00
cmd cmd/docker-trust: bump dependencies 2026-04-02 17:06:57 +02:00
contrib docs: Update --all flag description to clarify it shows dangling images 2025-12-16 12:27:25 +01:00
dockerfiles update to go1.26.1 2026-04-02 02:12:08 +02:00
docs Merge pull request #6889 from YoanWai/docs/prune-filter-behavior 2026-04-03 12:53:43 +02:00
e2e container/opts: Add bind-create-src mount option 2026-03-04 18:00:01 +01:00
experimental deprecate experimental graphdriver plugins 2024-06-18 16:47:00 +02:00
internal Merge pull request #6897 from thaJeztah/bump_minimum_go 2026-04-01 20:12:45 +02:00
man Fix typos in code and documentation 2026-02-28 08:37:04 +08:00
opts update minimum go version to go1.25 2026-04-01 00:19:04 +02:00
pkg/kvfile move parsing key-value files to a separate package 2024-10-04 12:27:10 +02:00
scripts scripts/warn-outside-container: fix font representation 2026-03-05 19:34:01 +03:00
templates update minimum go version to go1.25 2026-04-01 00:19:04 +02:00
vendor vendor: moby/api v1.54.1, moby/client v0.4.0 2026-04-03 15:54:11 +02:00
.codecov.yml rename codecov.yml to .codecov.yml 2025-07-01 16:20:54 +02:00
.dockerignore move winresources into cmd/docker 2025-03-08 22:20:09 +01:00
.gitattributes fix: binary file line endings 2024-09-06 10:23:23 +02:00
.gitignore move winresources into cmd/docker 2025-03-08 22:20:09 +01:00
.golangci.yml update to go1.26.1 2026-04-02 02:12:08 +02:00
.mailmap update AUTHORS and .mailmap 2026-04-03 13:26:29 +02:00
AUTHORS update AUTHORS and .mailmap 2026-04-03 13:26:29 +02:00
CONTRIBUTING.md chore: update commit guidelines in CONTRIBUTING.md 2024-11-26 12:38:28 +01:00
docker-bake.hcl feat: add linux/riscv64 to bin-image-cross release target 2026-03-12 10:53:47 +01:00
docker.Makefile Makefile/yamldocs: Don't require TTY 2025-12-18 17:38:14 +01:00
Dockerfile update to go1.26.1 2026-04-02 02:12:08 +02:00
LICENSE
MAINTAINERS not actually a maintainer 2023-11-10 21:35:15 +01:00
Makefile make trust-plugin a separate module 2025-11-06 15:24:48 +01:00
NOTICE Removed all mentions of "please" from docs and messages 2024-06-11 16:53:40 +02:00
README.md README: update pkg.go.dev badge, add OpenSSF scorecard 2024-10-12 22:12:38 +02:00
SECURITY.md add security policy 2024-08-05 11:58:34 +02:00
TESTING.md
vendor.mod vendor: moby/api v1.54.1, moby/client v0.4.0 2026-04-03 15:54:11 +02:00
vendor.sum vendor: moby/api v1.54.1, moby/client v0.4.0 2026-04-03 15:54:11 +02:00
VERSION bump version to v29.4.0-dev 2026-04-03 13:28:17 +02:00

Docker CLI

PkgGoDev Build Status Test Status Go Report Card OpenSSF Scorecard Codecov

About

This repository is the home of the Docker CLI.

Development

docker/cli is developed using Docker.

Build CLI from source:

docker buildx bake

Build binaries for all supported platforms:

docker buildx bake cross

Build for a specific platform:

docker buildx bake --set binary.platform=linux/arm64 

Build dynamic binary for glibc or musl:

USE_GLIBC=1 docker buildx bake dynbinary 

Run all linting:

docker buildx bake lint shellcheck

Run test:

docker buildx bake test

List all the available targets:

make help

In-container development environment

Start an interactive development environment:

make -f docker.Makefile shell

Brought to you courtesy of our legal counsel. For more context, see the NOTICE document in this repo.

Use and transfer of Docker may be subject to certain restrictions by the United States and other governments.

It is your responsibility to ensure that your use and/or transfer does not violate applicable laws.

For more information, see https://www.bis.doc.gov

Licensing

docker/cli is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.