Docker image to deploy ear file

Which docker image should I use to deploy a J2EE application (*.ear file) to a JBOSS server?
I tried many images from docker hub but every image has enable-welcome-root flag set to “true” in the standalone/deployments/standalone.xml file.

Is there I can update this file in my dockerfile (am using windows 10 for my docker engine) or is there a suitable docker image?

Please help.

1 Like