I need to access my system running in docker from another physical machine

Hello. I have a back-end solution system deployed as an ear file in IBM WebSphere. And this IBM WebSphere is running as a Container in Docker. I am currently using Docker Desktop to run the images I have. MY PROBLEM IS: how can I access this back-end solution system from another laptop? I have already set up and exposed the ports, and checked the firewall settings, but I still cannot access the system from another laptop. Please help. Thank you so much.

It is probably a firewall setting issue. The question is on what operating system. If it is Windows, you can add an inbound rule in Windows Defender to allow the port.

Thank you so much for this. I already did it! :slight_smile: