No description
  • Go 92.3%
  • Shell 5.4%
  • Dockerfile 1.1%
  • Go-Checksums 0.7%
  • Makefile 0.3%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Paweł Gronowski d306b9d600
Merge pull request #7287 from thaJeztah/bump_runewidth
vendor: github.com/mattn/go-runewidth v0.0.29
2026-09-04 14:40:50 +02:00
.github Update to go1.26.8 2026-09-02 14:48:59 +02:00
cli cli/command/container: add create/run --umask 2026-09-04 03:23:44 +08:00
cli-plugins update naturalsort sorting with slices 2026-09-03 15:02:45 +02:00
cmd cmd/docker-trust: update dependencies 2026-09-03 21:50:34 +02:00
contrib completion: fix zsh __docker_plugins bad math expression 2026-08-31 17:24:39 +02:00
dockerfiles Update to go1.26.8 2026-09-02 14:48:59 +02:00
docs Merge pull request #7108 from zhangyoufu/umask 2026-09-03 22:34:00 +02:00
e2e e2e/container: Skip umask test until engine support 2026-09-03 22:12:34 +02:00
experimental experimental: sync with actual features gated by experimental 2026-05-14 12:25:35 +02:00
internal Merge pull request #7254 from locker95/fix/login-client-side-basic-401 2026-09-03 14:30:05 +02:00
man man: remove tools.go in favor of tools directive 2026-06-10 11:37:02 +02:00
opts cli/command/container: add create/run --umask 2026-09-04 03:23:44 +08:00
pkg/kvfile move parsing key-value files to a separate package 2024-10-04 12:27:10 +02:00
scripts Merge pull request #7007 from lohitkolluri/e2e/private-registry-pull-push-5965 2026-07-16 14:18:00 +02:00
templates templates: modernize with slices and maps packages 2026-09-02 02:50:27 +02:00
vendor Merge pull request #7287 from thaJeztah/bump_runewidth 2026-09-04 14:40:50 +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.8 2026-09-02 14:48:59 +02:00
.mailmap update AUTHORS and mailmap 2026-06-12 18:05:12 +02:00
AUTHORS update AUTHORS and mailmap 2026-06-12 18:05:12 +02:00
CONTRIBUTING.md docs: Clarify DCO identity guidance 2026-08-24 11:41:24 +02:00
docker-bake.hcl feat: add linux/riscv64 to bin-image-cross release target 2026-03-12 10:53:47 +01:00
docker.Makefile docker.Makefile: Use active context socket 2026-07-17 15:33:12 +02:00
Dockerfile Update to go1.26.8 2026-09-02 14:48:59 +02:00
LICENSE Add project files 2017-04-17 17:49:33 -04:00
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: remove Go Report Card badge 2026-07-09 01:03:31 +02:00
SECURITY.md add security policy 2024-08-05 11:58:34 +02:00
TESTING.md tweak description of login/logout 2022-04-04 10:44:11 +02:00
vendor.mod Merge pull request #7287 from thaJeztah/bump_runewidth 2026-09-04 14:40:50 +02:00
vendor.sum Merge pull request #7287 from thaJeztah/bump_runewidth 2026-09-04 14:40:50 +02:00
VERSION update version to 29.8.1 2026-09-03 23:09:28 +02:00

Docker CLI

PkgGoDev Build Status Test Status 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

Run the unit test:

$ make -f docker.Makefile test-unit

Run the full test suite:

$ make -f docker.Makefile test

List all the available targets:

make help

In-container development environment

Start an interactive development environment:

make 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.