Is there some way to deploy .war files into Jboss-as7 running inside a docker container
Because my jboss server seems to fail after a docker commit.
Coul
I had the same problem and fixed it by deleting
/standalone/configuration/standalone_xml_history/current
Try adding this line in your docker file
RUN rm -rf /usr/local/share/jboss/standalone/configuration/standalone_xml_history/current