From bc732d8be75c14b376bda096ceae6d01d430a8a5 Mon Sep 17 00:00:00 2001 From: Keir Lawson Date: Fri, 26 Apr 2019 13:46:16 +0100 Subject: Add explanative sentence for volumes option (#164) --- src/builder.rs | 1 + 1 file changed, 1 insertion(+) 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>, -- cgit v1.2.3