Change port on Docker Bonita Container

1
0
-1

Hi Follow this thread, how can put the Bonita container to work in another tcp port, have a LMS working with the 80, 8080 ports....

This works? have 81 8081 open in FW.

docker run --name bonita -d -p 8081:8081 bonita

Thanks in advance

2 answers

1
0
-1
This one is the BEST answer!

Hi,

If what you do is to access from outside of your docker using port 8081 you only need to do:

docker run --name bonita -d -p 8081:8080 bonita

Here you have some information on docker networking that may interest you

https://docs.docker.com/config/containers/container-networking/

1
0
-1

Thanks for the Help, highly appreciated. Need to learn more about Docker have short time working with... Take this route because wasn't possible to install with the example instructions for Ubuntu Tomcat.

Now is up and set up some users, now I'm searching how to install applications, not sure where are but will find it.

Best Regards

EP

Comments

Submitted by Pablo Alonso de... on Mon, 04/27/2020 - 15:03

I just see your other post in community. I will answer right there.

In the meantime, do you mind to set the previous answer as accepted?

Thanks

Notifications