mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Quote argv as they are
Signed-off-by: Chia-liang Kao <clkao@clkao.org>
This commit is contained in:
parent
e6a675f338
commit
2204b642ef
@ -53,4 +53,4 @@ if [ -t 0 ]; then
|
||||
DOCKER_RUN_OPTIONS="$DOCKER_RUN_OPTIONS -i"
|
||||
fi
|
||||
|
||||
exec docker run --rm $DOCKER_RUN_OPTIONS $DOCKER_ADDR $COMPOSE_OPTIONS $VOLUMES -w "$(pwd)" $IMAGE $@
|
||||
exec docker run --rm $DOCKER_RUN_OPTIONS $DOCKER_ADDR $COMPOSE_OPTIONS $VOLUMES -w "$(pwd)" $IMAGE "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user