Use docker to deploy a Glassfish application
Recently I had to deploy an application on Glassfish. Since Glassfish is not packaged on the distribution I have on my server (Fedora Server) and I wanted to avoid polluting my system, I decided to use Docker.
In order to deploy my application correctly, I based my Dockerfile on the …