Sebastiaan van Stijn
|
d61b7c1211
daemon: var-declaration: should omit type bool (revive)
|
4 年之前 |
Tibor Vass
|
5c10ea6ae8
Merge pull request #40725 from cpuguy83/check_img_platform
|
5 年之前 |
Jaime Cepeda
|
f48b7d66f3
Fix filter on expose and publish
|
5 年之前 |
Brian Goff
|
7a9cb29fb9
Accept platform spec on container create
|
5 年之前 |
Sebastiaan van Stijn
|
f4f56b1197
daemon: normalize comment formatting
|
5 年之前 |
Rui Cao
|
3f02d91ef8
Fix some typos
|
6 年之前 |
Sebastiaan van Stijn
|
6f9b5ba810
Fix regression when filtering container names using a leading slash
|
7 年之前 |
Chris White
|
5c8da2e967
Remove slash prefix when matching name filters (Fixes #37453)
|
7 年之前 |
Brian Goff
|
e4b6adc88e
Extract volume interaction to a volumes service
|
7 年之前 |
Daniel Nephin
|
c10e6a4d15
Remove unnecessary GetImageIDAndOS use GetImage
|
7 年之前 |
Daniel Nephin
|
2b1a2b10af
Move ImageService to new package
|
7 年之前 |
Daniel Nephin
|
0dab53ff3c
Move all daemon image methods into imageService
|
7 年之前 |
Vincent Demeester
|
05e7f2cf58
Test invalid filter and move validation on top
|
7 年之前 |
Daniel Nephin
|
4f0d95fa6e
Add canonical import comment
|
7 年之前 |
Yong Tang
|
25e56670cf
Merge pull request #35938 from yongtang/35931-filter-before-since
|
7 年之前 |
John Howard
|
ce8e529e18
LCOW: Re-coalesce stores
|
8 年之前 |
Brian Goff
|
d453fe35b9
Move api/errdefs to errdefs
|
7 年之前 |
Brian Goff
|
87a12421a9
Add helpers to create errdef errors
|
7 年之前 |
Yong Tang
|
9833332dba
Fix `before` and `since` filter for `docker ps`
|
7 年之前 |
John Howard
|
0380fbff37
LCOW: API: Add platform to /images/create and /build
|
8 年之前 |
Sebastiaan van Stijn
|
a4efe66cf2
Replace uses of filters.ToParam(), FromParam() with filters.ToJSON(), FromJSON()
|
7 年之前 |
Sebastiaan van Stijn
|
97c5ae25c4
Replace uses of filters.Include() with filters.Contains()
|
7 年之前 |
Brian Goff
|
ebcb7d6b40
Remove string checking in API error handling
|
8 年之前 |
Derek McGowan
|
1009e6a40b
Update logrus to v1.0.1
|
8 年之前 |
Aaron Lehmann
|
1128fc1add
Store container names in memdb
|
8 年之前 |
Aaron Lehmann
|
d257a63fb6
daemon: Ignore nonexistent containers when listing containers
|
8 年之前 |
Fabio Kung
|
edad52707c
save deep copies of Container in the replica store
|
8 年之前 |
Fabio Kung
|
aacddda89d
Move checkpointing to the Container object
|
8 年之前 |
Fabio Kung
|
8e425ebc42
stop grabbing container locks during ps
|
8 年之前 |
John Howard
|
3aa4a00715
LCOW: Move daemon stores to per platform
|
8 年之前 |