docker

cap10morgan 2016-08-23T17:52:49.000006Z

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.