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.