reg/vendor/github.com/docker/cli
Jess Frazelle 67bc3ef6c3
add v3 api
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-06-11 12:48:47 -04:00
..
cli add v3 api 2018-06-11 12:48:47 -04:00
opts add v3 api 2018-06-11 12:48:47 -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-05-11 15:33:30 -04:00
appveyor.yml update deps 2018-03-11 11:52:12 -04:00
AUTHORS update deps 2018-05-11 15:33:30 -04: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 vendor 2018-06-06 12:10:36 -04: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 add v3 api 2018-06-11 12:48:47 -04: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 add v3 api 2018-06-11 12:48:47 -04:00
VERSION update deps 2018-05-11 15:33:30 -04: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.