mirror of
https://github.com/docker/compose.git
synced 2025-07-25 22:54:54 +02:00
Merge pull request #2632 from hourliert/master
Mount $HOME in /root to share docker config between containers.
This commit is contained in:
commit
fa01883cb2
@ -40,7 +40,7 @@ if [ -n "$compose_dir" ]; then
|
|||||||
VOLUMES="$VOLUMES -v $compose_dir:$compose_dir"
|
VOLUMES="$VOLUMES -v $compose_dir:$compose_dir"
|
||||||
fi
|
fi
|
||||||
if [ -n "$HOME" ]; then
|
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
|
fi
|
||||||
|
|
||||||
# Only allocate tty if we detect one
|
# Only allocate tty if we detect one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user