【发布时间】:2017-01-11 19:12:07
【问题描述】:
关于 spring boot 应用程序需要 dockerization 的任何建议?
通过 Dockerization 增加部署时间?
a. Spring boot app with docker then has to go with building image -> pushing to docker registry -> then pull from docker registry and at last running it.
b. whole process takes time and Continuos deployment is taking now time.
由于spring boot自带了内嵌的tomcat,不建议将可执行jar文件作为java -jar运行,而只需要部署主机上的JRE?
让我知道你对此的看法。
【问题讨论】:
标签: java docker spring-boot continuous-deployment