index
:
delta/docker.git
0.10
0.10.1-hotfixes
1.12.x
1.13.0-rc4-cherrypicks
1.13.x
17.03.x
17.04.x
17.05.x
19.03
20.10
22.06
23.0
24.0
6969-reponame-rest-api
b2d-install-rewrite
baserock/v1.0.1
baserock/v1.1.2
bump_v1.10.1
bump_v1.10.2
bump_v1.10.3
bump_v1.11.0
bump_v1.11.1
bump_v1.12.0
bump_v1.12.1
change_email
changelog-1.12.2
cherry-picks-1.12.2
cpuguy-test-sync
doc0.8.1
docs
docs-1.0
docs-1.1
docs-1.3.3
docs-1.4
docs-for-new-commands
fix-ben-redirect
fix-makefile-update-external
fix_registry_pushes
hotfix-0.9.2
icecrime-patch-1
jenkins-test-1
jenkins-test-2
jjh/ioctl-vhd
libn-bump
linkchecker-updates
market_release
master
merge_release_v1.2.0
moby
move-to-markdown
move_git_clone_client_side
moxiegirl-patch-1
moxiegirl-patch-README
name_label
nl
p2p_transfer
patch-bad-formatting
post-1.2.0-docs-update-1
post-1.2.0-docs_update-2
priv-repos
publish-compose-docs
real-master
release
release-0.10
release-0.9
release-1.3
release_v1.8.0
revert-11495-m3
revert-11572-skip-hello-world-test
revert-12383-patch-1
revert-12882-12824-uninstall-docs
revert-16228-ContextualizeEvents
revert-16556-10662-randomunix
revert-20566-20371-validate-hostname
revert-39415-master
shykes-new-docs-maintainers
stevvooe-patch-1
swarm
swarm-backend
swarm-cli
swarm-stack
typofix
v1.6.0
v1.8.2
github.com: dotcloud/docker.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
daemon
/
cluster
/
executor
/
container
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon/cluster: inline filters
Sebastiaan van Stijn
2023-04-25
1
-5
/
+5
*
c8d: Compute container's layer size
Laura Brehm
2023-03-08
1
-1
/
+1
*
daemon/cluster: use strings.Cut()
Sebastiaan van Stijn
2022-12-21
2
-8
/
+8
*
imageservice: Add context to various methods
Nicolas De Loof
2022-11-03
1
-2
/
+2
*
daemon/cluster: fix empty-lines (revive)
Sebastiaan van Stijn
2022-09-28
2
-2
/
+0
*
ImageService.GetImage(): pass context
Sebastiaan van Stijn
2022-09-07
1
-1
/
+4
*
introduce GetImageOpts to manage image inspect data in backend
Nicolas De Loof
2022-08-16
1
-1
/
+2
*
vendor: github.com/moby/swarmkit/v2 v2.0.0-20220721174824-48dd89375d0a
Sebastiaan van Stijn
2022-08-09
2
-3
/
+3
*
daemon/cluster: use types/registry.AuthConfig
Sebastiaan van Stijn
2022-07-29
1
-1
/
+2
*
Move the inspect code away from the image service
Djordje Lukic
2022-06-22
1
-1
/
+1
*
Add Swarm cluster volume supports
Drew Erny
2022-05-13
6
-7
/
+88
*
daemon: daemon.ContainerKill() accept stop-signal as string
Sebastiaan van Stijn
2022-05-05
1
-1
/
+1
*
update uses of container.ContainerCreateCreatedBody to CreateResponse
Sebastiaan van Stijn
2022-04-28
1
-1
/
+1
*
api: rename volume.VolumeCreateBody to volume.CreateOptions
Sebastiaan van Stijn
2022-04-28
1
-2
/
+2
*
imports: remove "volumetypes" aliases for api/types/volume
Sebastiaan van Stijn
2022-04-28
1
-5
/
+4
*
Bump swarmkit to v2
Cory Snider
2022-04-21
11
-24
/
+24
*
backend: add StopOptions to ContainerRestart and ContainerStop
Sebastiaan van Stijn
2022-04-20
1
-6
/
+5
*
vendor: github.com/docker/swarmkit 616e8db4c3b0
Cory Snider
2022-03-10
1
-1
/
+1
*
remove unneeded "digest" alias for "go-digest"
Sebastiaan van Stijn
2022-03-04
1
-1
/
+1
*
refactor: move from io/ioutil to io and os package
Eng Zer Jun
2021-08-27
1
-3
/
+2
*
Update to Go 1.17.0, and gofmt with Go 1.17
Sebastiaan van Stijn
2021-08-24
3
-0
/
+3
*
Merge pull request #42432 from dperny/fix-ip-overlap
Akihiro Suda
2021-06-19
1
-0
/
+81
|
\
|
*
Fix possible overlapping IPs
Drew Erny
2021-06-09
1
-0
/
+81
*
|
G601: Implicit memory aliasing in for loop
Sebastiaan van Stijn
2021-06-10
1
-0
/
+1
|
/
*
Fixup libnetwork lint errors
Brian Goff
2021-06-01
3
-3
/
+3
*
Fix libnetwork imports
Brian Goff
2021-06-01
4
-4
/
+4
*
Add ulimits support to services
Albin Kerouanton
2020-07-29
1
-0
/
+10
*
Replace service "Capabilities" w/ add/drop API
Brian Goff
2020-07-27
1
-1
/
+2
*
Replace errors.Cause() with errors.Is() / errors.As()
Sebastiaan van Stijn
2020-04-29
2
-4
/
+10
*
Add API support for PidsLimit on services
Sebastiaan van Stijn
2020-04-15
1
-0
/
+6
*
service: support --mount type=bind,bind-nonrecursive
Akihiro Suda
2020-03-13
1
-1
/
+3
*
Merge pull request #39816 from tao12345666333/rm-systeminfo-error-handler
Akihiro Suda
2020-03-13
1
-4
/
+1
|
\
|
*
Remove `SystemInfo()` error handling.
Jintao Zhang
2019-08-29
1
-4
/
+1
*
|
bump gotest.tools v3.0.1 for compatibility with Go 1.14
Sebastiaan van Stijn
2020-02-11
1
-1
/
+1
*
|
Remove refs to jhowardmsft from .go code
John Howard
2019-09-25
1
-1
/
+1
*
|
Fix some inefassign warnings
Kir Kolyshkin
2019-09-18
1
-1
/
+1
*
|
goimports: fix imports
Sebastiaan van Stijn
2019-09-18
1
-1
/
+1
*
|
cluster/executor: remove unused containerConfig.endpoint()
Sebastiaan van Stijn
2019-09-18
1
-4
/
+0
|
/
*
Fix rate limiting for logger, increase refill rate
Ethan Mosbaugh
2019-06-12
1
-1
/
+3
*
Add support capabilities list on services
Olli Janatuinen
2019-05-28
1
-0
/
+1
*
Network not deleted after stack is removed
Arko Dasgupta
2019-05-23
1
-7
/
+4
*
Merge pull request #39190 from ollypom/swarmnanocpu
Brian Goff
2019-05-20
1
-8
/
+1
|
\
|
*
Switch swarmmode services to NanoCpu
Olly Pomeroy
2019-05-08
1
-8
/
+1
*
|
Remove a network during task SHUTDOWN instead of REMOVE to
Arko Dasgupta
2019-05-06
1
-9
/
+9
|
/
*
Had `HasExperimental()` to cluster backend
Brian Goff
2019-02-28
1
-2
/
+1
*
Add support for using Configs as CredentialSpecs in services
Sebastiaan van Stijn
2019-02-04
1
-0
/
+53
*
Add CredentialSpec from configs support
Drew Erny
2019-02-04
1
-0
/
+2
*
Merge pull request #37400 from olljanat/34795-allow-npipe
Yong Tang
2018-09-26
3
-1
/
+24
|
\
|
*
Allow mount type npipe on Windows
Olli Janatuinen
2018-09-16
3
-1
/
+24
*
|
Add support for sysctl options in services
Drew Erny
2018-09-20
1
-0
/
+1
|
/
[next]