The Docker CLI
Go to file
Dmitriy Fishman c4619fb341 Update deprecated.md
Signed-off-by: Dmitriy Fishman <fishman.code@gmail.com>
2021-09-30 18:48:47 +03:00
.circleci GitHub Actions for lint 2021-08-05 08:44:21 +02:00
.github GitHub Actions for lint 2021-08-05 08:44:21 +02:00
cli Merge pull request #3230 from thaJeztah/remove_seccomp_warning 2021-08-24 22:04:58 +02:00
cli-plugins Use golang.org/x/sys/execabs 2021-01-26 17:18:04 +00:00
cmd/docker config: print deprecation warning when falling back to ~/.dockercfg 2021-03-08 16:13:02 +01:00
contrib/completion Detect compose plugin 2021-07-19 12:02:34 -03:00
dockerfiles Update Go to 1.16.8 2021-09-15 13:26:11 +02:00
docs Update deprecated.md 2021-09-30 18:48:47 +03:00
e2e change TestNewAPIClientFromFlagsWithHttpProxyEnv to an e2e test 2021-07-28 22:33:12 +02:00
experimental experimental: fix broken link to "checkpoint and restore" page 2021-09-07 13:30:48 +02:00
internal/test Fix container creation time in test/builders 2020-12-16 08:55:29 +07:00
kubernetes Always enable experimental features 2020-10-02 15:59:42 +02:00
man docs: rewrite reference docs for --stop-signal and --stop-timeout 2021-08-21 18:29:07 +02:00
opts Use net.JoinHostPort() to fix formatting with IPv6 addresses 2021-04-20 11:05:24 +02:00
scripts Merge pull request #3211 from crazy-max/gha 2021-08-05 14:11:23 +02:00
service/logs
templates
vendor vendor: golang.org/x/sys 63515b42dcdf9544f4e6a02fd7632793fde2f72d (for Go 1.17) 2021-08-23 18:10:31 +02:00
.dockerignore dockerfile based binary building 2021-04-06 00:20:21 -07:00
.gitignore update windows resources generation 2021-04-06 00:20:59 -07:00
.golangci.yml
.mailmap
AUTHORS
CONTRIBUTING.md
Dockerfile Dockerfile: update tonistiigi/xx to 1.0.0-rc.2, add XX_VERSION arg 2021-09-15 14:13:46 +02:00
Jenkinsfile Jenkinsfile: update old engine version to 19.03 2021-06-15 13:34:28 +02:00
LICENSE
MAINTAINERS
Makefile cli/compose: use go1.16 native embed functionality for schemas 2021-08-15 10:04:13 +02:00
NOTICE
README.md update readme with new examples 2021-04-06 00:21:10 -07:00
TESTING.md
VERSION Update version to 20.10-dev 2020-10-13 09:37:17 +02:00
appveyor.yml Update Go to 1.16.8 2021-09-15 13:26:11 +02:00
codecov.yml
docker-bake.hcl GitHub Actions for lint 2021-08-05 08:44:21 +02:00
docker.Makefile cli/compose: use go1.16 native embed functionality for schemas 2021-08-15 10:04:13 +02:00
poule.yml
vendor.conf vendor: golang.org/x/sys 63515b42dcdf9544f4e6a02fd7632793fde2f72d (for Go 1.17) 2021-08-23 18:10:31 +02:00

README.md

build status Build Status

docker/cli

This repository is the home of the cli used in the Docker CE and Docker EE products.

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:

$ make -f docker.Makefile lint

List all the available targets:

$ make help

In-container development environment

Start an interactive development environment:

$ make -f docker.Makefile shell

Legal

Brought to you courtesy of our legal counsel. For more context, please 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, please 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.