我正在测试wildfly可启动jar。创建了一个简单的项目,并以"java -jar myapp-bootable.jar“开始。它基本上只包含一个index.html。很简单。下一步,就是围绕它构建一个docker镜像。但这并不管用。/modules/system/layers/base/org/apache/xerces/main/module.xml
at org.w
我正在尝试用Dockerfile创建镜像docker容器。当docker容器启动时,我需要使用jboss-cli执行一些命令。要执行jboss-cli,必须运行wildfly服务。Dockerfile中添加一个jboss-cli命令 FROM jboss/wildfly:latest
COPY mysql-connector-java-5.1.44.jar--dependencies=javax.a
任何关于spring引导应用程序的建议都需要修改吗?a.Spring boot app with docker then has to go with building image -> pushing to docker registry -> thenpull from docker registry and at last running it.
b. whole process takes time and Continuos deployment由于spring引导<