Lets consider a scenario. I have one server. I installed Java 8 on the host machine.I need to deployed 4 docker containers having java web Applications each.
My question is that can java installed on host server manage deployed Apps in docker containers or I have to install java 8 in each container. If I have to install java in each container then what is difference between VMs and Containers because we also install OS (Minimum) in each container.