Hello,
I’m working on Ubuntu 20.04,
I would need to start 2 applications in 2 different containers (same image) both with GUI to be seen on the host and one exposes port 11000 and the other needs to be connected to that port.
Is this possible?
I have tried several things, but I think that in order to show the GUI on the host you have to use network-mode: host, but if I do that one application does not see the other on that port.
Any proposal to try?
Thanks in advance.
Greetings.