moby/integration/internal/container
Brian Goff fd80ca60da
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>
(cherry picked from commit 146df5fbd3)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-03-14 16:11:09 +01:00
..
container.go Fix pruning anon volume created from image config 2023-03-14 16:11:09 +01:00
exec.go gofmt GoDoc comments with go1.19 2022-07-13 22:42:29 +02:00
ns.go integration: port TestRunModePIDHost from CLI test to API test 2021-02-01 14:54:07 +09:00
ops.go daemon: support other containerd runtimes (MVP) 2022-07-29 20:36:50 +02:00
states.go integration: Add TestContainerWithAutoRemoveCanBeRestarted 2022-07-29 16:49:56 +02:00