I need to make sure create volume for container, set environment variable CSVSERVER_BORDER to have value 'Orange' and make application accessible on http://localhost:9393.
the command I used:
docker run -d -p 80:9393 -e CSVSERVER_BORDER='Orange' -v /root/solution/inputFile:/csvserver/inputdata imageid
Where /root/solution/inputFile is my local directory