|
1 tydzień temu | |
---|---|---|
.github | 3 tygodni temu | |
cli | 1 tydzień temu | |
cli-plugins | 1 tydzień temu | |
cmd | 1 tydzień temu | |
contrib | 3 miesięcy temu | |
dockerfiles | 1 tydzień temu | |
docs | 1 tydzień temu | |
e2e | 2 tygodni temu | |
experimental | 10 miesięcy temu | |
hack | 1 rok temu | |
internal | 1 tydzień temu | |
man | 1 miesiąc temu | |
opts | 2 tygodni temu | |
pkg | 6 miesięcy temu | |
scripts | 1 tydzień temu | |
templates | 1 tydzień temu | |
vendor | 1 tydzień temu | |
.dockerignore | 1 miesiąc temu | |
.gitattributes | 7 miesięcy temu | |
.gitignore | 1 miesiąc temu | |
.golangci.yml | 2 tygodni temu | |
.mailmap | 10 miesięcy temu | |
AUTHORS | 10 miesięcy temu | |
CONTRIBUTING.md | 5 miesięcy temu | |
Dockerfile | 1 tydzień temu | |
LICENSE | 8 lat temu | |
MAINTAINERS | 1 rok temu | |
Makefile | 1 miesiąc temu | |
NOTICE | 10 miesięcy temu | |
README.md | 6 miesięcy temu | |
SECURITY.md | 8 miesięcy temu | |
TESTING.md | 3 lat temu | |
VERSION | 2 miesięcy temu | |
codecov.yml | 3 lat temu | |
docker-bake.hcl | 3 tygodni temu | |
docker.Makefile | 1 miesiąc temu | |
vendor.mod | 1 tydzień temu | |
vendor.sum | 1 tydzień temu |
This repository is the home of the Docker CLI.
docker/cli
is developed using Docker.
Build CLI from source:
docker buildx bake
Build binaries for all supported platforms:
docker buildx bake cross
Build for a specific platform:
docker buildx bake --set binary.platform=linux/arm64
Build dynamic binary for glibc or musl:
USE_GLIBC=1 docker buildx bake dynbinary
Run all linting:
docker buildx bake lint shellcheck
Run test:
docker buildx bake test
List all the available targets:
make help
Start an interactive development environment:
make -f docker.Makefile shell
Brought to you courtesy of our legal counsel. For more context, 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, see https://www.bis.doc.gov
docker/cli is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.