The Docker CLI
Перейти к файлу
Daniel Nephin baf65a5502 Convert to assert.NilError
Using:

  git grep -l '^\s\+assert\.Check(t, err)$' | \
    xargs sed -i -e 's/^\(\s\+assert\)\.Check(t, err)$/\1.NilError(t, err)/'

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2018-03-06 15:27:34 -05:00
.github
cli Convert to assert.NilError 2018-03-06 15:27:34 -05:00
cmd/docker Convert to assert.NilError 2018-03-06 15:27:34 -05:00
contrib/completion
dockerfiles
docs Update run.md --restart to include unless-stopped 2018-02-28 21:05:30 +10:00
e2e Automated migration 2018-03-05 19:41:17 -05:00
experimental
internal/test Remove testutil 2018-03-06 14:38:35 -05:00
kubernetes Post migration fixes 2018-03-05 19:41:17 -05:00
man
opts Remove testutil 2018-03-06 14:38:35 -05:00
scripts
service/logs Automated migration 2018-03-05 19:41:17 -05:00
templates Convert to assert.NilError 2018-03-06 15:27:34 -05:00
vendor Replace testify vendor with updated gotestyourself 2018-03-05 19:41:14 -05:00
.dockerignore
.gitignore
.mailmap
AUTHORS
CONTRIBUTING.md
Jenkinsfile
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md
TESTING.md
VERSION Bump VERSION to 18.04.0-dev 2018-02-26 11:06:07 +01:00
circle.yml
codecov.yml
docker.Makefile
gometalinter.json
poule.yml
vendor.conf Replace testify vendor with updated gotestyourself 2018-03-05 19:41:14 -05:00

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.