I'm testing the Docker images you created (https://bitbucket.org/fenics-project/docker/overview). And I think I understand better all the hype about Docker now. Very interesting!
But one question: How would I get my project inside that Docker image? I could scp from my local machine, but I was thinking it'd make more sense to use git. Unfortunately I couldn't find it via apt-get.
Would it be possible for you to add it to the Docker image? Or would there be a simpler way to get one's project into the Docker image?
Thanks!