Open devylon opened 7 years ago
Do you need to gracefully download wildfly? Just killing it is faster :-)
I'm running camel within wildfly. And some of the camel routes need a graceful shutdown.
I really like Adam. He does a great job. But at least for docklands/wildfly
I prefer to use the official jboss/wildfly
for several reasons:
/opt/jboss/wildfly/
so I can add deployments without repeating the version number.-r
), which is more secure.okay, Adam just release an update to 16.0.0, so my first point is obsolete (for now) ;-)
I'm new to docker and just started to experiment with docker. Therefor I used the docklands wildfly image. Starting wildfly with an ENTRYPOINT causes the image to not react on image shutdownhook and the wildfly ist just killed.
From the docker reference: