reg/vendor/github.com/docker/cli
Jess Frazelle 3834c605e5
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-06 10:32:47 -05:00
..
.github update deps 2018-03-06 10:32:47 -05:00
cli update deps 2018-03-06 10:32:47 -05:00
cmd/docker update deps 2018-03-06 10:32:47 -05:00
contrib/completion update deps 2018-03-06 10:32:47 -05:00
dockerfiles update deps 2018-03-06 10:32:47 -05:00
docs update deps 2018-03-06 10:32:47 -05:00
e2e update deps 2018-03-06 10:32:47 -05:00
experimental update deps 2018-03-06 10:32:47 -05:00
internal/test update deps 2018-03-06 10:32:47 -05:00
man update deps 2018-03-06 10:32:47 -05:00
opts switch to dep 2017-12-11 14:50:55 -05:00
scripts update deps 2018-03-06 10:32:47 -05:00
service/logs update deps 2018-03-06 10:32:47 -05:00
templates update deps 2018-03-06 10:32:47 -05:00
.dockerignore switch to dep 2017-12-11 14:50:55 -05:00
.gitignore switch to dep 2017-12-11 14:50:55 -05:00
circle.yml switch to dep 2017-12-11 14:50:55 -05:00
codecov.yml switch to dep 2017-12-11 14:50:55 -05:00
CONTRIBUTING.md switch to dep 2017-12-11 14:50:55 -05:00
docker.Makefile switch to dep 2017-12-11 14:50:55 -05:00
gometalinter.json switch to dep 2017-12-11 14:50:55 -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 switch to dep 2017-12-11 14:50:55 -05:00
Makefile switch to dep 2017-12-11 14:50:55 -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 switch to dep 2017-12-11 14:50:55 -05:00
VERSION switch to dep 2017-12-11 14:50:55 -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.