-
1. Re: docker and domain mode.
jamezp Oct 7, 2014 6:56 PM (in response to nilsotto)I'm not too familiar with it myself, but have you had a look at http://www.jboss.org/docker/.
--
James R. Perkins
-
2. Re: docker and domain mode.
nilsotto Oct 8, 2014 6:05 AM (in response to jamezp)I have looked at the jboss-docker pages.
Have had jboss running in domain mode in docker containers with help of harald.pehl s article WildFly Dockerfiles | Planet JBoss Developer .
This is all good, but not of much help in building, packaging and moving whole envionments from test to production.
My question is how to use containers as the unit of deployment combined with jBoss domain mode.
Nils otto
-
3. Re: docker and domain mode.
jdoyle Oct 8, 2014 11:33 AM (in response to nilsotto)1 of 1 people found this helpfulWe're still ramping up with docker in the JBoss middleware team, I don't know that there has been a lot of thought given to using EAP in domain mode when bundled in docker images. I'm interested in your use case.
The domain model is all about managing the common configuration of multiple instances of EAP across multiple servers. Docker is also used to manage the configuration of multiple instances, but with a very different model. The entire stack is defined in your final docker image, including applications and configuration. What do you intend to use the domain model for once you have multiple instances of EAP running in containers?
~john
-
4. Re: docker and domain mode.
nilsotto Oct 9, 2014 6:22 AM (in response to jdoyle)Thank you.
Im starting to realize this myself.
I was hoping there were plans for a best of both-soloution, for instance lettting the nodes control deployment on registering in the domain.
For now I think I will continue my testing using standalone servers and keeping mod_cluster in front.
Nils Otto