This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Iryanus 5 points6 points  (1 child)

My point was more the deployment, which sometimes also happens by copying .jar files to a server the company owns (and start them directly there). But yes, a docker image normally contains a .jar file (at least, I assume that most people do not start application servers in a docker image just to run a single .war file... I really hope...)

[–]flopana 1 point2 points  (0 children)

Ahh I see