The Docker CLI
Go to file
Sebastiaan van Stijn 803b9071e7
docs: fix, and touch-up "docker context" docs
Using `/var/run/docker.sock` as docker host is invalid, and causes
an error, so adding `unix://` to it.

In addition, we document the name of the context to go after the
options, so change the order in the examples.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-07 13:53:25 +02:00
.github
cli Merge pull request #2262 from dperny/swarm-jobs 2020-05-06 17:00:01 +02:00
cli-plugins plugin: make runplugin public 2020-04-28 15:48:13 -07:00
cmd/docker cli: perform feature detection lazily 2020-04-10 16:33:21 +02:00
contrib/completion Merge pull request #1918 from tcoupin/patch-1 2020-04-28 15:57:16 +02:00
dockerfiles Bump Golang 1.13.10 2020-04-09 22:25:39 +02:00
docs docs: fix, and touch-up "docker context" docs 2020-05-07 13:53:25 +02:00
e2e Add script to regenerate test-certificate fixtures 2020-04-10 16:43:06 +02:00
experimental experimental/vlan-networks: markdown touch-ups 2020-04-19 17:53:19 +02:00
internal/test
kubernetes
man vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02:00
opts Add "host-gateway" to tests for extra_hosts / --add-host 2020-04-15 09:52:55 +02:00
scripts vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02:00
service/logs
templates
vendor vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02:00
.dockerignore
.gitignore
.golangci.yml
.mailmap
AUTHORS
CONTRIBUTING.md Fix broken link in CONTRIBUTING 2020-03-19 15:03:59 +01:00
Jenkinsfile Jenkinsfile: split e2e tests to separate stages 2020-04-10 16:13:15 +02:00
LICENSE
MAINTAINERS
Makefile
NOTICE
README.md
TESTING.md
VERSION
appveyor.yml Bump Golang 1.13.10 2020-04-09 22:25:39 +02:00
circle.yml
codecov.yml
docker.Makefile
poule.yml
vendor.conf vendor: spf13/cobra v1.0.0, go-md2man v2.0.0, blackfriday v2.0.1 2020-05-04 17:00:46 +02: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.