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
/
api
/
server
/
router
/
volume
Commit message (
Expand
)
Author
Age
Files
Lines
*
volumes: fix error-handling when removing volumes with swarm enabled
Sebastiaan van Stijn
2023-03-13
1
-14
/
+18
*
Merge pull request #44224 from dperny/cluster-volumes-update
Brian Goff
2022-10-25
2
-7
/
+20
|
\
|
*
fix force remove for cluster volumes
Drew Erny
2022-10-12
2
-7
/
+20
*
|
Volume prune: only prune anonymous volumes by default
Brian Goff
2022-10-04
1
-0
/
+6
|
/
*
gofmt files
Sebastiaan van Stijn
2022-07-08
1
-16
/
+16
*
Add Swarm cluster volume supports
Drew Erny
2022-05-13
4
-5
/
+883
*
api: rename volume.VolumeCreateBody to volume.CreateOptions
Sebastiaan van Stijn
2022-04-28
1
-1
/
+1
*
api: rename volume.VolumeListOKBody to volume.ListResponse
Sebastiaan van Stijn
2022-04-28
1
-1
/
+1
*
imports: remove "volumetypes" aliases for api/types/volume
Sebastiaan van Stijn
2022-04-28
1
-6
/
+6
*
api/types: replace uses of deprecated types.Volume with volume.Volume
Sebastiaan van Stijn
2022-04-21
1
-3
/
+4
*
api/server/httputils: add ReadJSON() utility
Sebastiaan van Stijn
2022-04-11
1
-12
/
+2
*
api: filters: return correct status on invalid filters
Sebastiaan van Stijn
2022-03-18
1
-1
/
+1
*
Rely on request.Context() cancellation
Brian Goff
2018-11-27
1
-1
/
+1
*
API: properly handle invalid JSON to return a 400 status
Sebastiaan van Stijn
2018-11-06
1
-1
/
+1
*
Extract volume interaction to a volumes service
Brian Goff
2018-05-25
2
-11
/
+17
*
Fix swagger volume type generation
Brian Goff
2018-05-14
1
-2
/
+2
*
Switch from x/net/context -> context
Kir Kolyshkin
2018-04-23
2
-2
/
+2
*
Add canonical import comment
Daniel Nephin
2018-02-05
3
-3
/
+3
*
Return 400 status instead of 500 for empty volume create body
Sebastiaan van Stijn
2018-01-16
1
-0
/
+6
*
Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON()
Sebastiaan van Stijn
2017-09-26
1
-1
/
+1
*
Honor context cancellation when pruning
Kenfe-Mickael Laventure
2017-04-24
3
-3
/
+5
*
Add `label` filter for `docker system prune`
Yong Tang
2017-04-06
1
-1
/
+6
*
Convert DanglingOnly to Filters for `docker image prune`
Yong Tang
2016-12-02
2
-12
/
+4
*
Use a config to generate swagger api types
Daniel Nephin
2016-10-31
1
-1
/
+1
*
Generate VolumesCreateRequest from the swagger spec.
Daniel Nephin
2016-10-31
1
-1
/
+1
*
Generate VolumeList response from the swagger spec
Daniel Nephin
2016-10-31
1
-1
/
+2
*
Add /{containers,volumes,images}/prune API endpoint
Kenfe-Mickael Laventure
2016-09-29
3
-0
/
+23
*
Move engine-api client package
Michael Crosby
2016-09-07
2
-2
/
+2
*
Add `--force` in `docker volume rm` to fix out-of-band volume driver deletion
Yong Tang
2016-08-18
2
-2
/
+3
*
add label support for build, networks and volumes
Evan Hazlett
2016-03-22
2
-3
/
+2
*
Decouple the "container" router from the actual daemon implementation.
Lukas Waslowski
2016-02-08
1
-10
/
+7
*
Modify import paths to point to the new engine-api package.
David Calavera
2016-01-06
2
-2
/
+2
*
Move responsibility of ls/inspect to volume driver
Brian Goff
2016-01-05
2
-3
/
+3
*
Modify improper comments in api/server/router/volume/volume.go
Shuwei Hao
2015-11-08
1
-2
/
+2
*
create generic backend to cut dependency on daemon
Morgan Bauer
2015-11-02
3
-9
/
+24
*
extract docker volume API from local
Dong Chen
2015-10-27
2
-0
/
+105