Suppose I have a host machine with SuSE Sles 11 Linux OS and on top of it I have a virtual machine with SuSE Sles12 OS in which I have docker installed. As we know the minimum requirement for docker to be installed is that it needs SuSE sles12, so that is the reason I have A virtual machine with sles12.
I created a docker container on the VM. If I want to communicate with host to the docker container. How is it possible? I know that I need to deal with bridge networking stuff.
Any help would be appreciated.