Fork me on GitHub
#docker
<
2016-08-23
>
cap10morgan17:08:49

Is anyone else sharing JVMs in their docker containers in production (as opposed to each container firing up its own w/ java -jar my-app.jar or similar)? For example, we are deploying ours as WAR files to a wildfly container. But it brings a LOT of complexity.