The Docker CLI
Clone or download
albers Merge pull request #1418 from jake-lambert-volusion/docker-image-tag-…
…docs

Clarify in docs that docker tag doesn't publish
Latest commit d3dc864 Oct 5, 2018
Permalink
Failed to load latest commit information.
.github Remove outdated completion reviewers file Aug 1, 2018
cli Merge pull request #1407 from mindaugasrukas/transform Oct 3, 2018
cmd/docker Remove containerizedengine package dependency from docker/cli/command… Sep 11, 2018
contrib/completion Global Default Address Pool feature support Aug 21, 2018
dockerfiles connhelper: add e2e Sep 30, 2018
docs Docs: Add Spaces Around Parenthesis Where Needed Sep 28, 2018
e2e connhelper: add e2e Sep 30, 2018
experimental fix a number of minor typos Oct 31, 2017
internal Remove unused helath check func Oct 2, 2018
kubernetes Update tests to use gotest.tools 👼 Jun 8, 2018
man Clarify in docs that docker tag doesn't publish Oct 4, 2018
opts build: change --console=[auto,false,true] to --progress=[auto,plain,tty] Aug 7, 2018
scripts connhelper: add e2e Sep 30, 2018
service/logs Update tests to use gotest.tools 👼 Jun 8, 2018
templates Update tests to use gotest.tools 👼 Jun 8, 2018
types Remove unused helath check func Oct 2, 2018
vendor Vendor bump of licensing lib Sep 28, 2018
.dockerignore make go build and docker build operations faster Apr 27, 2017
.gitignore Update gitignore Sep 27, 2017
.mailmap Update AUTHORS and mailmap Apr 18, 2018
AUTHORS Update AUTHORS and mailmap Apr 18, 2018
CONTRIBUTING.md Add Contribution guidelines Jul 28, 2017
Jenkinsfile Add a Jenkinsfile Aug 16, 2017
LICENSE Add project files Apr 17, 2017
MAINTAINERS Remove outdated completion reviewers file Aug 1, 2018
Makefile Review comments Sep 21, 2018
NOTICE Add project files Apr 17, 2017
README.md Add jenkins build status to readme Sep 15, 2017
TESTING.md Update TESTING.md to replace testify by gotest.tools Jul 2, 2018
VERSION Bump version to 19.03.0-dev Sep 11, 2018
appveyor.yml Bump Go to 1.10.4 Aug 28, 2018
circle.yml Configure CircleCI remote daemon to use version 18.03.1 Jul 13, 2018
codecov.yml Fix PR comments Jan 3, 2018
docker.Makefile connhelper: add e2e Sep 30, 2018
gometalinter.json Add support for kubernetes in docker cli Dec 26, 2017
poule.yml Add github templates and initial poule configuration May 9, 2017
vendor.conf Vendor bump of licensing lib Sep 28, 2018

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.