testcontainers / testcontainers-rs

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

feat: support with_cmd for GenericImage #703

Closed tisonkun closed 2 months ago

tisonkun commented 3 months ago

This closes https://github.com/testcontainers/testcontainers-rs/issues/701.

@DDtKey I'm new to here so perhaps you can tell me some conveniences and best practices if I miss them :D

netlify[bot] commented 3 months ago

Deploy Preview for testcontainers-rust ready!

Name Link
Latest commit d2892690ea69a1a515bf32f997a0a4be1276d064
Latest deploy log https://app.netlify.com/sites/testcontainers-rust/deploys/669c52cd2c551c0008d95dc4
Deploy Preview https://deploy-preview-703--testcontainers-rust.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

tisonkun commented 2 months ago

Seems some logic conflicts. Let me try to debug locally.

tisonkun commented 2 months ago

Sounds reasonable. Never mind :D