summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/builder.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/builder.rs b/src/builder.rs
index 9c8549e..d9eb751 100644
--- a/src/builder.rs
+++ b/src/builder.rs
@@ -564,6 +564,7 @@ impl ContainerOptionsBuilder {
self
}
+ /// Specify any bind mounts, taking the form of `/some/host/path:/some/container/path`
pub fn volumes(
&mut self,
volumes: Vec<&str>,