i'm trying to slowly build up a docker image for our needs. What I want to do, is run my base image that has mono, and then have mono run an executable in the background. from the normal command line, without trying to run it in a container, it would look like:i'm trying to slowly build up a docker image fo