Sign in
chromium
/
external
/
github.com
/
docker
/
cli
/
HEAD
743c385
Merge pull request #6862 from thaJeztah/update_golangci_lint_config
by Sebastiaan van Stijn
· 16 hours ago
master
434193f
Merge pull request #6865 from thaJeztah/cleanup_stats
by Sebastiaan van Stijn
· 16 hours ago
adc5466
Merge pull request #6864 from thaJeztah/bump_runewidth
by Sebastiaan van Stijn
· 16 hours ago
560db7d
vendor: github.com/mattn/go-runewidth v0.0.21
by Sebastiaan van Stijn
· 19 hours ago
dc4abf8
golangci-lint: gocheckcompilerdirectives: ignore "//go:fix"
by Sebastiaan van Stijn
· 19 hours ago
7f78168
golangci-lint: remove outdated exclusion
by Sebastiaan van Stijn
· 19 hours ago
2129326
cli/command/image/build: use t.Chdir() in tests
by Sebastiaan van Stijn
· 19 hours ago
3f51d0a
cli/command/container: RunStats: refactor to DRY
by Sebastiaan van Stijn
· 19 hours ago
9645db7
cli/command/container: RunStats: pass ctx to stats event handlers
by Sebastiaan van Stijn
· 19 hours ago
499a4c5
Merge pull request #6800 from 4RH1T3CT0R7/master
by Sebastiaan van Stijn
· 2 days ago
bb0f763
Merge pull request #6804 from icemc/update-docs-flocker-plugin
by Paweł Gronowski
· 2 days ago
2bc66ec
docker cp: report both content size and transferred size
by 4RH1T3CT0R7
· 5 days ago
26d4525
Merge pull request #6817 from luojiyin1987/fix-plugin-cobra
by Sebastiaan van Stijn
· 5 days ago
33790e8
docs: use generic myplugin example for plugin documentation
by Ludovic Temgoua Abanda
· 5 days ago
6b1ba1a
fix: restore os.Args after plugin completion and fix error return
by luojiyin
· 5 days ago
c3a17b9
Merge pull request #6839 from literally-user/6838-fix-font-representation
by Sebastiaan van Stijn
· 5 days ago
9ca766c
Merge pull request #6858 from gounthar/feat/add-riscv64-to-bin-image-cross
by Sebastiaan van Stijn
· 5 days ago
300d823
feat: add linux/riscv64 to bin-image-cross release target
by Bruno Verachten
· 6 days ago
5d8cc2c
Merge pull request #6854 from thaJeztah/missing_buildtags
by Sebastiaan van Stijn
· 8 days ago
d0442ed
Merge pull request #6845 from thaJeztah/cleanup_godoc
by Sebastiaan van Stijn
· 8 days ago
3897d9c
Merge pull request #6850 from thaJeztah/update_go1.25.8
by Sebastiaan van Stijn
· 8 days ago
9a47118
cli/command: add missing "go:build" comments
by Sebastiaan van Stijn
· 8 days ago
e2f38c4
Merge pull request #6848 from docker/dependabot/github_actions/docker/metadata-action-6
by Sebastiaan van Stijn
· 12 days ago
13ec581
Merge pull request #6847 from docker/dependabot/github_actions/docker/bake-action-7
by Sebastiaan van Stijn
· 12 days ago
f7d83cb
update to go1.25.8
by Sebastiaan van Stijn
· 12 days ago
39d676c
build(deps): bump docker/metadata-action from 5 to 6
by dependabot[bot]
· 12 days ago
6453c4c
build(deps): bump docker/bake-action from 6 to 7
by dependabot[bot]
· 12 days ago
eef3c95
cli/config/credentials: ConvertToHostname: update godoc
by Sebastiaan van Stijn
· 13 days ago
71db152
scripts/warn-outside-container: fix font representation
by Davlat Davydov
· 13 days ago
5927d80
Merge pull request #6844 from vvoland/update-docker
by Paweł Gronowski
· 13 days ago
v29.3.0
206fc8c
vendor: github.com/moby/moby/client v0.3.0
by Paweł Gronowski
· 13 days ago
874a8df
vendor: github.com/moby/moby/api v1.54.0
by Paweł Gronowski
· 13 days ago
964a6d2
Merge pull request #6792 from vvoland/bind-create
by Sebastiaan van Stijn
· 13 days ago
210147d
Merge pull request #6843 from docker/dependabot/github_actions/docker/setup-buildx-action-4
by Sebastiaan van Stijn
· 13 days ago
847f547
Merge pull request #6842 from docker/dependabot/github_actions/docker/login-action-4
by Sebastiaan van Stijn
· 13 days ago
668b367
build(deps): bump docker/setup-buildx-action from 3 to 4
by dependabot[bot]
· 13 days ago
30a2ace
build(deps): bump docker/login-action from 3 to 4
by dependabot[bot]
· 13 days ago
32aa575
docs/service: Document bind-create-src
by Nicolas De Loof
· 14 days ago
c747cff
container/opts: Add bind-create-src mount option
by Paweł Gronowski
· 14 days ago
ddb9864
Merge pull request #6794 from derekmisler/cli-hints-for-docker-ai-after-buildcompose-failur
by Sebastiaan van Stijn
· 14 days ago
5348cf8
Merge pull request #6836 from docker/dependabot/github_actions/docker/setup-qemu-action-4
by Sebastiaan van Stijn
· 14 days ago
30fb480
Merge pull request #6784 from thaJeztah/login_cleanups
by Sebastiaan van Stijn
· 2 weeks ago
6347345
Merge pull request #6809 from thaJeztah/compose_rm_utils
by Sebastiaan van Stijn
· 2 weeks ago
ba349f5
build(deps): bump docker/setup-qemu-action from 3 to 4
by dependabot[bot]
· 2 weeks ago
0eda6db
Merge pull request #6833 from docker/dependabot/go_modules/cmd/docker-trust/go_modules-6b971a9d7e
by Sebastiaan van Stijn
· 2 weeks ago
e2cafd6
cli/command/registry: preserve all whitespace in secrets
by Sebastiaan van Stijn
· 2 weeks ago
10ebb3b
build(deps): bump go.opentelemetry.io/otel/sdk
by dependabot[bot]
· 2 weeks ago
694d1a0
Merge pull request #6815 from luojiyin1987/fix-typos
by Sebastiaan van Stijn
· 3 weeks ago
681f156
Fix typos in code and documentation
by luojiyin
· 3 weeks ago
4e5bc68
Merge pull request #6832 from vvoland/update-docker
by Paweł Gronowski
· 3 weeks ago
v29.3.0-rc.1
0bf060f
vendor: github.com/moby/moby/client v0.2.3-rc.1
by Paweł Gronowski
· 3 weeks ago
139b58d
vendor: github.com/moby/moby/api v1.54.0-rc.1
by Paweł Gronowski
· 3 weeks ago
851b5b7
Merge pull request #6829 from thaJeztah/bump_modules
by Paweł Gronowski
· 3 weeks ago
8eedbdc
vendor: moby/api v1.54.0-dev, moby/client v0.2.3-dev
by Sebastiaan van Stijn
· 3 weeks ago
afb3212
Merge pull request #6827 from thaJeztah/bump_compose
by Paweł Gronowski
· 3 weeks ago
575793f
Merge pull request #6828 from thaJeztah/bump_runewidth
by Paweł Gronowski
· 3 weeks ago
cd070a5
vendor: github.com/mattn/go-runewidth v0.0.20
by Sebastiaan van Stijn
· 3 weeks ago
8c3d053
Dockerfile: update mvdan.cc/gofump to v0.9.2
by Sebastiaan van Stijn
· 3 weeks ago
b206927
Dockerfile: update buildx to v0.31.1
by Sebastiaan van Stijn
· 3 weeks ago
6b5acd3
Dockerfile: update compose to v5.1.0
by Sebastiaan van Stijn
· 3 weeks ago
9e10dc3
Merge pull request #6824 from thaJeztah/bump_compress2
by Paweł Gronowski
· 3 weeks ago
f8a2176
Merge pull request #6823 from thaJeztah/bump_otel
by Sebastiaan van Stijn
· 3 weeks ago
3169956
Merge pull request #6822 from docker/dependabot/github_actions/actions/upload-artifact-7
by Sebastiaan van Stijn
· 3 weeks ago
caa8a50
vendor: github.com/klauspost/compress v1.18.4
by Sebastiaan van Stijn
· 3 weeks ago
5c49877
vendor: go.opentelemetry.io/contrib v0.65.0
by Sebastiaan van Stijn
· 3 weeks ago
fbd0e7f
vendor: go.opentelemetry.io/otel v1.40.0
by Sebastiaan van Stijn
· 3 weeks ago
95a5a9e
build(deps): bump actions/upload-artifact from 6 to 7
by dependabot[bot]
· 3 weeks ago
419e5d1
Merge pull request #6813 from dvdksn/fix-link-to-redirect
by Sebastiaan van Stijn
· 3 weeks ago
a7b95f2
chore: use canonical url for buildx build cli doc
by David Karlsson
· 3 weeks ago
13c993f
cli/compose/loader: merge: use errors.Join
by Sebastiaan van Stijn
· 4 weeks ago
8b6f23d
cli/compose/loader: remove some wrapper utilities
by Sebastiaan van Stijn
· 4 weeks ago
d62b889
Merge pull request #6803 from thaJeztah/compose_fixes
by Sebastiaan van Stijn
· 4 weeks ago
b35a2d0
cli/compose/loader: remove getLoggingDriver
by Sebastiaan van Stijn
· 4 weeks ago
42a2111
cli/compose/loader: mergeServices: inline mapByName
by Sebastiaan van Stijn
· 4 weeks ago
6e13930
cli/compose/loader: mergeServices: remove intermediate map for overrides
by Sebastiaan van Stijn
· 4 weeks ago
78458e1
cli/compose/loader: mergeServices: tidy up and modernize
by Sebastiaan van Stijn
· 4 weeks ago
09cf89e
cli/compose/convert: convertEndpointSpec: fix sorting of ports
by Sebastiaan van Stijn
· 4 weeks ago
db28780
cli/compose/convert: convertUlimits: modernize
by Sebastiaan van Stijn
· 4 weeks ago
830d05d
error-hooks approach
by Derek Misler
· 4 weeks ago
9bc1899
Fix: run plugin hooks on command failure, not just success
by Derek Misler
· 4 weeks ago
44ca067
Merge pull request #6807 from thaJeztah/less_streamformatter
by Sebastiaan van Stijn
· 4 weeks ago
fdebf0a
cli/command/container: fix some unhandled errors in test
by Sebastiaan van Stijn
· 4 weeks ago
e47a5c7
remove redundant uses of streamformatter in tests
by Sebastiaan van Stijn
· 4 weeks ago
63158f7
Merge pull request #6801 from thaJeztah/no_no_netgo
by Sebastiaan van Stijn
· 4 weeks ago
2fa6b73
scripts/build/.variables: don't use "netgo" when building Windows binaries
by Sebastiaan van Stijn
· 5 weeks ago
7b93d61
Merge pull request #6790 from thaJeztah/bump_x_deps
by Sebastiaan van Stijn
· 5 weeks ago
fbb9cb3
Merge pull request #6797 from thaJeztah/login_stdin_refactor
by Sebastiaan van Stijn
· 5 weeks ago
49eae5c
Merge pull request #6798 from vvoland/issues-sbxs
by Paweł Gronowski
· 5 weeks ago
61f03db
cli/command/registry: refactor reading from stdin
by Sebastiaan van Stijn
· 5 weeks ago
74d4554
github/issues: Add emojis
by Paweł Gronowski
· 5 weeks ago
2ebd137
github/issues: Add links for Docker Desktop and Sandboxes
by Paweł Gronowski
· 5 weeks ago
63ba295
Merge pull request #6788 from thaJeztah/bump_alpine
by Sebastiaan van Stijn
· 5 weeks ago
2d194dc
Merge pull request #6789 from thaJeztah/bump_golangci_lint
by Sebastiaan van Stijn
· 5 weeks ago
9a41c73
Merge pull request #6796 from thaJeztah/login_cleanup_tests
by Sebastiaan van Stijn
· 5 weeks ago
f5b6055
cli/command/registry: add unit test for --password-stdin
by Sebastiaan van Stijn
· 5 weeks ago
b82e30e
cli/command/registry: remove uses of "gotest.tools/v3/fs"
by Sebastiaan van Stijn
· 5 weeks ago
e30ce84
Merge pull request #6793 from thaJeztah/update_e2e
by Sebastiaan van Stijn
· 5 weeks ago
3d62a7c
Merge pull request #6791 from thaJeztah/modernize
by Sebastiaan van Stijn
· 5 weeks ago
c4fd240
e2e: use docker v29.x dind as default
by Sebastiaan van Stijn
· 5 weeks ago
fddfe63
modernize: fmtappendf
by Sebastiaan van Stijn
· 5 weeks ago
Next »