When I first start an application that I know will use docker, I like to avoid
having to install ANY dependency that project may have. Docker is great for
this, because I can create a linked setup / staging environment.
However, I'm also not really willing to give up some of