I'm trying to create a bootstrap Dockerfile for web development.
I would like any containers to allow for access of my code from within and also from the host operating system (Mac OS X).
I cannot tell from the Docker reference what is the best way of automating this process.