Author |
Message
|
saviobarr |
Posted: Tue Mar 28, 2017 5:34 am Post subject: IIB on Docker |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
Hi everyone,
Did anyone deploy message flows running on Docker containers? I am trying to improve our deployment practice (basically done by scripts), and I was wondering if deploy the Docker image containing running stable flows would be a good practice. I have done some research but couldn't find any case.
Many thanks
Savio Barros _________________ Go as far as you can go. Then go farther! |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Mar 28, 2017 6:58 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You can't deploy flows to a docker image.
You can only deploy flows to an integration server.
You can run integration servers under an integration node running in a docker container. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
saviobarr |
Posted: Tue Mar 28, 2017 7:02 am Post subject: |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
mqjeff wrote: |
You can run integration servers under an integration node running in a docker container. |
Yes, that's what I meant. Deploy a integration flow to a integration server/integration node running on a Docker image. Of course I need the IIB runtime on the image . Do you know any case?
Kind regards
Savio _________________ Go as far as you can go. Then go farther! |
|
Back to top |
|
 |
adubya |
Posted: Tue Mar 28, 2017 7:06 am Post subject: |
|
|
Partisan
Joined: 25 Aug 2011 Posts: 377 Location: GU12, UK
|
I worked on a project where we had IIB10 in a docker container on Red Hat Linux.
We built the docker container to have a bare-bones IIB setup and then had scripts to perform additional config/bar deployment once the container had been created. _________________ Independent Middleware Consultant
andy@knownentity.com |
|
Back to top |
|
 |
saviobarr |
Posted: Tue Mar 28, 2017 7:15 am Post subject: |
|
|
Centurion
Joined: 21 Oct 2014 Posts: 100 Location: Sao Paulo, Brazil
|
adubya wrote: |
I worked on a project where we had IIB10 in a docker container on Red Hat Linux.
We built the docker container to have a bare-bones IIB setup and then had scripts to perform additional config/bar deployment once the container had been created. |
Thanks for replying. That is the scenario which I have in mind. Did you experienced problems? Have additional recommendations? I also intend to deploy the containers using Jenkins.
Kind regrads
Savio Barros _________________ Go as far as you can go. Then go farther! |
|
Back to top |
|
 |
adubya |
Posted: Tue Mar 28, 2017 7:18 am Post subject: |
|
|
Partisan
Joined: 25 Aug 2011 Posts: 377 Location: GU12, UK
|
I left the project before go-live so don't know what, if any, problems might have cropped up. Was OK during dev/test though. _________________ Independent Middleware Consultant
andy@knownentity.com |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Mar 28, 2017 8:13 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
As pure speculation, I would assume that as long as basic testing shows that the container and the IIB node and at least one server comes up, the docker container is good to go.
The rest is up to how badly do your scripts break things...  _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
|