command line arguments to docker run
use the -c option to bash to give it a command line as a string:
sudo docker run -i -t crystal/mono-base bash -c "/usr/local/bin/mono /home/crystal/Downloads/BackgroundProcesser.exe & /bin/bash"
and put something after the backgrounded command to the container doesn't immediately exit