Allow additional docker arguments to docker-server.sh

This commit is contained in:
Tony Garnock-Jones 2019-05-30 22:36:26 +01:00
parent 4e33bc1ba5
commit a2780d5871
1 changed files with 2 additions and 0 deletions

View File

@ -16,10 +16,12 @@ then
nameopt=
else
nameopt="--hostname $1"
shift
fi
exec docker run -it --rm \
--network ${networkname} \
$nameopt \
-v "${dir}":/data \
"$@" \
syndicate-js