reg/vendor/github.com/docker/cli
Jess Frazelle 7b8945c124
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-11 11:52:12 -04:00
..
.github update deps 2018-03-06 10:32:47 -05:00
cli update deps 2018-03-11 11:52:12 -04:00
cmd/docker update deps 2018-03-11 11:52:12 -04:00
contrib/completion update deps 2018-03-06 10:41:43 -05:00
dockerfiles update deps 2018-03-06 10:41:43 -05:00
docs update deps 2018-03-11 11:52:12 -04:00
e2e update deps 2018-03-11 11:52:12 -04:00
experimental update deps 2018-03-06 10:32:47 -05:00
internal/test update deps 2018-03-11 11:52:12 -04:00
kubernetes update deps 2018-03-11 11:52:12 -04:00
man update deps 2018-03-11 11:52:12 -04:00
opts update deps 2018-03-11 11:52:12 -04:00
scripts update deps 2018-03-11 11:52:12 -04:00
service/logs update deps 2018-03-11 11:52:12 -04:00
templates update deps 2018-03-11 11:52:12 -04:00
.dockerignore switch to dep 2017-12-11 14:50:55 -05:00
.gitignore update deps 2018-03-06 10:41:43 -05:00
.mailmap update deps 2018-03-06 10:41:43 -05:00
appveyor.yml update deps 2018-03-11 11:52:12 -04:00
AUTHORS update deps 2018-03-06 10:41:43 -05:00
circle.yml switch to dep 2017-12-11 14:50:55 -05:00
codecov.yml update deps 2018-03-06 10:41:43 -05:00
CONTRIBUTING.md switch to dep 2017-12-11 14:50:55 -05:00
docker.Makefile update deps 2018-03-06 10:41:43 -05:00
gometalinter.json update deps 2018-03-06 10:41:43 -05:00
Jenkinsfile switch to dep 2017-12-11 14:50:55 -05:00
LICENSE switch to dep 2017-12-11 14:50:55 -05:00
MAINTAINERS update deps 2018-03-06 10:41:43 -05:00
Makefile update deps 2018-03-06 10:41:43 -05:00
NOTICE switch to dep 2017-12-11 14:50:55 -05:00
poule.yml switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05:00
TESTING.md switch to dep 2017-12-11 14:50:55 -05:00
vendor.conf update deps 2018-03-11 11:52:12 -04:00
VERSION update deps 2018-03-06 10:41:43 -05:00

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.