I have installed Docker and initialized it in PowerShell with docker run –rm -v ${PWD}:/install vjedev/installer:latest. All of the containers that it loads run in Docker Desktop. I can type ‘localhost’ into my browser window and get the ‘Welcome to nginx!’. However, if I run v.je in the browser, which should work at this point, it doesn’t. I get the message ‘This site can’t be reached’.
It is not clear at all to me why I am getting this error. All the sources I have found on the net say that it should run. Is there something I am missing here?
The only thing I have found was a post that was basically what I am asking and it was replied to as that you have to set the port in the host for the container. I afraid I know nothing about how to do it.