We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b9165 commit baf5a1aCopy full SHA for baf5a1a
testcontainers/src/core/containers/async_container.rs
@@ -258,7 +258,7 @@ where
258
match command {
259
env::Command::Remove => {
260
if let Some(handle) = log_handler {
261
- if let Err(e) = client.stop(&id).await {
+ if let Err(e) = client.stop(&id, None).await {
262
log::error!("Failed to stop container on drop: {e}")
263
}
264
if let Err(e) = handle.await {
0 commit comments