moby/integration/internal/container
Brian Goff 146df5fbd3
Fix pruning anon volume created from image config
Volumes created from the image config were not being pruned because the
volume service did not think they were anonymous since the code to
create passes along a generated name instead of letting the volume
service generate it.

This changes the code path to have the volume service generate the name
instead of doing it ahead of time.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2023-03-14 11:06:26 +01:00
..
container.go Fix pruning anon volume created from image config 2023-03-14 11:06:26 +01:00
exec.go gofmt GoDoc comments with go1.19 2022-07-08 19:56:23 +02:00
ns.go integration: port TestRunModePIDHost from CLI test to API test 2021-02-01 14:54:07 +09:00
ops.go integration/internal: use strings.Cut() and minor refactor 2022-12-21 11:09:01 +01:00
states.go integration: Add TestContainerWithAutoRemoveCanBeRestarted 2022-07-20 09:23:28 +02:00