Closed DDtKey closed 5 months ago
Name | Link |
---|---|
Latest commit | 44997a568ae7e34180d781180e459205a0732788 |
Latest deploy log | https://app.netlify.com/sites/testcontainers-rust/deploys/66526ab408ddb00008d468bb |
Deploy Preview | https://deploy-preview-636--testcontainers-rust.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Closes #606
Migration guide
unwrap
orexpect
for alltestcontainers
operations.Result
basedImage::exec_after_start
method returns aResult
, so if you have an implementation ofImage
that usesexec_after_start
, it's important to handle possible errors (e.g required port not found)