When running a docker container, connections to google.com over https don't resolve.
-
Open the repo in a gitpod workspace.
-
View the open ports and click the web icon to view the page in the browser if it didn't automatically open.
-
You should see a basic hello message.
-
In the browser change path to
/the-daily. You will see an RSS feed. -
In the browser change path to
/google. No response is returned and the server will eventually time out. -
Alternatively you can enter the container using
docker exec -it demo bashand then trycurl -v https://www.google.com.