How to run a Docker container of an Ubuntu Server virtual machine to be displayed in Windows?

0

I have the following containers

I understand that it is running locally on the Ubuntu virtual machine but I get it displayed in Windows.

    
asked by Fercho Jerez 04.10.2018 в 02:21
source

1 answer

0

The first thing you should know is the ip of the virtual machine, for that you enter your Ubuntu and from a terminal you type ifconfig , once you have the ip you open a console in Windows to verify that both machines are seen and you type ping ip_tu_pc_con_Ubuntu , if both machines are seen then from your Windows PC you should be able to use the services you have published in Ubuntu using the port of each service, for example, ip_tu_pc_con_Ubuntu: 7050

    
answered by 19.10.2018 в 15:37