view Start.sh @ 254:05b77ade5e1d

test generation of sopinstanceuid in split/merge
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 28 Aug 2019 16:50:36 +0200
parents f8d781d1d267
children da2be3ff2db5
line wrap: on
line source

#!/bin/bash

# Without Docker:
# python ./Tests/Run.py --force

sudo docker run --rm -t -i -v `pwd`:/tmp/tests:ro -p 5000:5000 -p 5001:5001 --entrypoint python jodogne/orthanc-tests /tmp/tests/Tests/Run.py --docker $*