#68 causes some issues with Docker
First, it complains about the ports not being accessible.
See http://build-master.corp.numberfour.eu:8080/view/Documentation/job/OPR_spec_multibranch/job/OPR-1185/24/console
It's possible to specify exposed ports using -p;
docker run --rm -t -p 45115:45115 -v ...workspace:rw docker.corp...asciispec:0.0.4 $*
But in this case, the following error occurs:
docker: Error response from daemon: driver failed programming external connectivity on endpoint endpoint_name
Bind for 0.0.0.0:45115 failed: port is already allocated.