Docker OpenEMR Swarm

Hi @Ryan_Nix ,

Very cool to see somebody else working on this stuff. I just tried to get it going via these instructions(via minikube and kompose):
http://kompose.io/getting-started/
(btw, very cool to see how easily it is to get Kubernetes up and going)

The error I ran into was that OpenEMR containers were not working because of issues with the persistent volumes, which are mission critical for the openemr containers. This is also something plan to spend more time on the above Docker Swarm solution (the solution above only works on 1 Docker Swarm node since is using local shared volumes) to get it working with nfs shared volumes. Then maybe will have more luck when try to translate it over to minikube/kompose.

-brady