浏览代码

Merge pull request #2632 from hourliert/master

Mount $HOME in /root to share docker config between containers.
Aanand Prasad 9 年之前
父节点
当前提交
fa01883cb2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      script/run.sh

+ 1 - 1
script/run.sh

@@ -40,7 +40,7 @@ if [ -n "$compose_dir" ]; then
     VOLUMES="$VOLUMES -v $compose_dir:$compose_dir"
 fi
 if [ -n "$HOME" ]; then
-    VOLUMES="$VOLUMES -v $HOME:$HOME"
+    VOLUMES="$VOLUMES -v $HOME:$HOME -v $HOME:/root" # mount $HOME in /root to share docker.config
 fi
 
 # Only allocate tty if we detect one