Christopher Crone
|
b7d8d2c4ab
Various fixes
|
7 éve |
Daniel Nephin
|
92427b3a81
Update tests to use icmd
|
7 éve |
Stanislav Bondarenko
|
0fd5a65428
Stop using deprecated SockRequest
|
8 éve |
Josh Soref
|
39bcaee47b
Spelling fixes
|
8 éve |
Vincent Demeester
|
50c4475df6
Introduce a `cli` package for test-integration
|
8 éve |
Vincent Demeester
|
297786f30c
Merge pull request #31687 from AkihiroSuda/fix-test-duplicate-mountpoints
|
8 éve |
allencloud
|
fb1f22b06a
do not fail fast when executing inspect command
|
8 éve |
Akihiro Suda
|
d610d3f61c
TestDuplicateMountpointsForVolumesFromAndMounts: remove unintentional dependency for /tmp/data
|
8 éve |
Sebastiaan van Stijn
|
9d521a4d2f
do not ignore "volume in use" errors when force-delete
|
8 éve |
Yong Tang
|
9526e5c6ae
Fix duplicate mount point for `--volumes-from` in `docker run`
|
8 éve |
Sebastiaan van Stijn
|
e5058ff15c
Merge pull request #29947 from vdemeester/integration-some-runCommandWithOutput-clean
|
8 éve |
Vincent Demeester
|
303b1d200a
Update trustedCmd to be compatible with testutil/cmd
|
8 éve |
Vincent Demeester
|
87e3fcfe1e
Clean some runCommandWithOutput accross integration-cli code
|
8 éve |
allencloud
|
0fdab49610
fix volume ls filter driver
|
8 éve |
Vincent Demeester
|
33968e6c7d
Remove pkg/integration and move it to testutil or integration-cli
|
8 éve |
Vincent Demeester
|
def13fa23c
Clean integration-cli/utils.go from most of its content
|
8 éve |
Aaron Lehmann
|
53d447c5d5
Fix volume Create to check against canonical driver name
|
8 éve |
lixiaobing10051267
|
feadc5171a
add break when found in TestVolumeCLICreateWithOpts()
|
8 éve |
Yong Tang
|
9ce8aac55e
Show volume options for `docker volume inspect`
|
8 éve |
Elena Morozova
|
64238fef8c
all: replace loop with single append
|
8 éve |
Akihiro Suda
|
7fb7a477d7
[nit] integration-cli: obey Go's naming convention
|
8 éve |
Kara Alexandra
|
ba3f0bf0e7
Add option to specify name without --name in volume create
|
9 éve |
Daniel Nephin
|
243885808f
Change to use c.Assert() instead of result.Assert()
|
9 éve |
Daniel Nephin
|
d7022f2b46
Create a unified RunCommand function with Assert()
|
9 éve |
Yong Tang
|
6c5c34d50d
Add `--force` in `docker volume rm` to fix out-of-band volume driver deletion
|
9 éve |
Kai Qiang Wu(Kennan)
|
1a72934cd5
Add label filter support for volume
|
9 éve |
Vincent Demeester
|
a488ad1a09
Add volume --format flag to ls
|
9 éve |
Daniel Nephin
|
667dcb0e8e
Update usage and help to (almost) match the existing docker behaviour
|
9 éve |
Kai Qiang Wu(Kennan)
|
8e9305ef94
Add name/driver filter support for volume
|
9 éve |
Evan Hazlett
|
fc214b4408
add label support for build, networks and volumes
|
9 éve |