reg/vendor/github.com/docker/cli
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
.github switch to dep 2017-12-11 14:50:55 -05:00
cli switch to dep 2017-12-11 14:50:55 -05:00
cmd/docker switch to dep 2017-12-11 14:50:55 -05:00
contrib/completion switch to dep 2017-12-11 14:50:55 -05:00
dockerfiles switch to dep 2017-12-11 14:50:55 -05:00
docs switch to dep 2017-12-11 14:50:55 -05:00
e2e switch to dep 2017-12-11 14:50:55 -05:00
experimental switch to dep 2017-12-11 14:50:55 -05:00
internal/test switch to dep 2017-12-11 14:50:55 -05:00
man switch to dep 2017-12-11 14:50:55 -05:00
opts switch to dep 2017-12-11 14:50:55 -05:00
scripts switch to dep 2017-12-11 14:50:55 -05:00
service/logs switch to dep 2017-12-11 14:50:55 -05:00
templates switch to dep 2017-12-11 14:50:55 -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.