summaryrefslogtreecommitdiffstats
path: root/src/endpoint
diff options
context:
space:
mode:
Diffstat (limited to 'src/endpoint')
-rw-r--r--src/endpoint/configured.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/endpoint/configured.rs b/src/endpoint/configured.rs
index badbc8d..6a1e3be 100644
--- a/src/endpoint/configured.rs
+++ b/src/endpoint/configured.rs
@@ -479,6 +479,7 @@ impl<'a> PreparedContainer<'a> {
.containers()
.create(&builder_opts)
.await
+ .with_context(|| anyhow!("Creating container with builder options = {:?}", builder_opts))
.with_context(|| anyhow!("Creating container on '{}'", endpoint.name))?;
trace!("Create info = {:?}", create_info);
Ok(create_info)