testcontainers / testcontainers-rs

A library for integration-testing against docker containers from within Rust.
https://rust.testcontainers.org
Apache License 2.0
745 stars 142 forks source link

Missing feature for pausing containers #715

Closed KShivendu closed 3 months ago

KShivendu commented 3 months ago

ContainerAsync stop() docs says:

Stops the container (not the same with `pause`).

However this pause() doesn't exist.

DDtKey commented 3 months ago

There is already a feature request for pause: #433

Just to clarify: the documentation just points to Docker api for pausing, to highlight the difference. Not to the existing method.

We're open to contributions. But I'm going to close the issue as a duplicate.

Thank you!