From 25719d55a94f27981ea060c73d7aa8313a54329c Mon Sep 17 00:00:00 2001 From: Chandan Singh Date: Fri, 27 Apr 2018 00:34:05 +0100 Subject: bst-here: Allow users to specify additional volumes to mount One may want to mount additional volumes to preserve certain directories or to share some data between the host and the container. Allow users to do so by providing a `-v` option that passes its arguments to corresponding `-v`/`--volume` option for `docker run` command. Part of #378. --- contrib/bst-here | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/contrib/bst-here b/contrib/bst-here index c451beeb3..8816147bd 100755 --- a/contrib/bst-here +++ b/contrib/bst-here @@ -25,7 +25,7 @@ usage() { cat <