We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a84c16 commit 3119a91Copy full SHA for 3119a91
framework/chaos/chaos.go
@@ -75,6 +75,7 @@ func NewDockerChaos(ctx context.Context) (*DockerChaos, error) {
75
_, err := testcontainers.GenericContainer(ctx, testcontainers.GenericContainerRequest{
76
ContainerRequest: req,
77
Started: true,
78
+ Reuse: true,
79
})
80
if err != nil {
81
return nil, fmt.Errorf("failed to start docker-tc container: %w", err)
0 commit comments