cli

Sebastiaan van Stijn c1ea761867 Merge pull request #1550 from SimonHeimberg/patch-1 6 ani în urmă
.github b3f1fb5418 Remove outdated completion reviewers file 6 ani în urmă
cli 9a2ede8b01 Using strings.Builder instead of string appending 6 ani în urmă
cmd 71272dd203 Scope orchestration selection to stack commands only 6 ani în urmă
contrib c31d0ea160 Fix shellcheck warnings 6 ani în urmă
dockerfiles 4fe2788e0e Bump Go to 1.10.4 6 ani în urmă
docs 6a20e87ae8 list state `ready` for filtering in stack_ps.md 6 ani în urmă
e2e 911e86cb9f Fix help message flags on docker stack commands and sub-commands 6 ani în urmă
experimental c3fe9d85ef fix a number of minor typos 7 ani în urmă
internal 71272dd203 Scope orchestration selection to stack commands only 6 ani în urmă
kubernetes 2c4de4fb5e Update tests to use gotest.tools 👼 6 ani în urmă
man e1ee48ab04 Fixing issue #1167 "Format example typo" 6 ani în urmă
opts 2daec78609 Merge pull request #1111 from tiborvass/experimental-buildkit 6 ani în urmă
scripts 6b38918ce4 Make e2e test image 7 ani în urmă
service 2c4de4fb5e Update tests to use gotest.tools 👼 6 ani în urmă
templates 2c4de4fb5e Update tests to use gotest.tools 👼 6 ani în urmă
vendor bb983ee75b vndr units to 6950e57 6 ani în urmă
.dockerignore 87449dbaa1 make go build and docker build operations faster 8 ani în urmă
.gitignore cdaf6f44ba Update gitignore 7 ani în urmă
.mailmap a761eff8c5 Update AUTHORS and mailmap 7 ani în urmă
AUTHORS a761eff8c5 Update AUTHORS and mailmap 7 ani în urmă
CONTRIBUTING.md fedbc5861b Add Contribution guidelines 7 ani în urmă
Jenkinsfile 63d76065bb Add a Jenkinsfile 7 ani în urmă
LICENSE f2559aa2e0 Add project files 8 ani în urmă
MAINTAINERS b3f1fb5418 Remove outdated completion reviewers file 6 ani în urmă
Makefile a6dedd1a12 Fix vendor validation 7 ani în urmă
NOTICE f2559aa2e0 Add project files 8 ani în urmă
README.md c56d7ec37f Add jenkins build status to readme 7 ani în urmă
TESTING.md ffed6f5ff9 Add TESTING document. 7 ani în urmă
VERSION deb8bd740b Bump version to 18.06.0-dev 7 ani în urmă
appveyor.yml 4fe2788e0e Bump Go to 1.10.4 6 ani în urmă
circle.yml 058733969c Set DISABLE_WARN_OUTSIDE_CONTAINER in the Dockerfile so that we don't spend 10s sleeping in CI 7 ani în urmă
codecov.yml f1b116179f Fix PR comments 7 ani în urmă
docker.Makefile 6b38918ce4 Make e2e test image 7 ani în urmă
gometalinter.json 8417e49792 Add support for kubernetes in docker cli 7 ani în urmă
poule.yml 1a549c13d3 Add github templates and initial poule configuration 8 ani în urmă
vendor.conf bb983ee75b vndr units to 6950e57 6 ani în urmă

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.