exec vtctl helper script to avoid relaunching consul containers

Signed-off-by: jawabuu <49921621+jawabuu@users.noreply.github.com>
This commit is contained in:
jawabuu 2019-10-18 14:35:56 +03:00
Родитель 7dc5bce9f3
Коммит e14e34c8ff
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -21,4 +21,4 @@ if [[ "$OSTYPE" == "msys" ]]; then
fi
# This is a convenience script to run vtctlclient against the local example.
exec docker-compose run vtctld vtctlclient -server vtctld:15999 "$@"
exec $tty docker-compose exec ${CS:-vtctld} vtctlclient -server vtctld:15999 "$@"