The Docker CLI
Go to file
Sebastiaan van Stijn 866e4b10a1
opts/UlimitOpt: sort lists by name
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-10 11:56:27 +02:00
.circleci Move circle.yml to .circleci/config.yml 2020-07-15 18:12:37 +02:00
.github Revert "Add CodeQL Analysis workflow" 2020-07-20 10:26:10 +02:00
cli Service cap-add/cap-drop: handle updates as "tri-state" 2020-09-08 14:42:39 +02:00
cli-plugins Replace vbom.ml/util with fvbommel/sortorder 2020-08-28 15:35:42 +02:00
cmd/docker Replace deprecated Cobra command.SetOutput() with command.SetOut() 2020-05-07 14:25:59 +02:00
contrib/completion Merge pull request #2687 from thaJeztah/carry_service_caps 2020-09-08 12:06:27 -07:00
dockerfiles Dockerfile: use experimental syntax and buildkit cache-mounts 2020-09-08 10:30:18 +02:00
docs Service cap-add/cap-drop: improve handling of combinations and special "ALL" value 2020-09-08 14:38:35 +02:00
e2e formatter: reduce minimum width for columns in table-view 2020-08-31 16:31:15 +02:00
experimental experimental/vlan-networks: markdown touch-ups 2020-04-19 17:53:19 +02:00
internal/test bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
kubernetes bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
man man/docker-build.1:fix --memory-swamp and --network, removing = between long-form opts and values 2020-09-01 12:11:21 -04:00
opts opts/UlimitOpt: sort lists by name 2020-09-10 11:56:27 +02:00
scripts Dockerfiles: update shellcheck v0.7.1 2020-08-20 15:46:07 +02:00
service/logs bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
templates bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-23 00:28:55 +01:00
vendor vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +02:00
.dockerignore Update .dockerignore 2020-08-20 15:46:46 +02:00
.gitignore Add checks for dependencies that are not vendored. 2020-07-06 09:23:19 +00:00
.golangci.yml Remove now obsolete gometalinter and use golangci-lint instead 2019-10-31 19:22:44 +01:00
.mailmap Update authors and mailmap 2020-08-06 01:58:32 +02:00
AUTHORS Update authors and mailmap 2020-08-06 01:58:32 +02:00
CONTRIBUTING.md Fix broken link in CONTRIBUTING 2020-03-19 15:03:59 +01:00
Jenkinsfile Run e2e tests with different engine version on Jenkins 2020-05-20 18:24:10 +02:00
LICENSE Add project files 2017-04-17 17:49:33 -04:00
MAINTAINERS Maintainers: remove Justin and Aaron 2019-12-04 13:08:15 +01:00
Makefile Add checks for dependencies that are not vendored. 2020-07-06 09:23:19 +00:00
NOTICE switch kr/pty to creack/pty v1.1.7 2019-07-29 16:45:41 -07:00
README.md update Jenkins Build Status urls for README 2019-10-24 11:21:12 -04:00
TESTING.md Update TESTING.md to replace testify by gotest.tools 2018-07-02 09:24:28 +02:00
VERSION Bump version to 20.03.0-dev 2020-02-20 00:24:11 +01:00
appveyor.yml Bump Golang 1.13.15 2020-08-10 17:24:48 +02:00
codecov.yml Fix PR comments 2018-01-03 10:23:32 +01:00
docker.Makefile Makefile: use --mount instead of -v for docker socket 2020-09-08 10:27:14 +02:00
poule.yml Add github templates and initial poule configuration 2017-05-09 16:57:46 +02:00
vendor.conf vendor: update prometheus deps to match docker/docker 2020-09-09 14:57:00 +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 a linux binary:

$ make -f docker.Makefile binary

Build binaries for all supported platforms:

$ make -f docker.Makefile cross

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

In the development environment you can run many tasks, including build binaries:

$ make binary

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.