How to access a web application running on a docker container from a web browser or ssh
Here is our scenario. We have deployed our web application as a docker container in our remote ubuntu VM. We will access the web app on the docker container from our machine and the host system(remote vm). As a first step, we will need to perform the port mapping. Port...