summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeir Lawson <keirlawson@gmail.com>2019-04-26 13:46:16 +0100
committerDoug Tangren <d.tangren@gmail.com>2019-04-26 08:46:16 -0400
commitbc732d8be75c14b376bda096ceae6d01d430a8a5 (patch)
tree040fe8ecb74839cddc0024d4429479730e603b83
parent45b79d82887cbfdded28f7fc631f71377e641230 (diff)
Add explanative sentence for volumes option (#164)
-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>,