I just played around with the Docker containers to reproduce an error. Thank you very much for providing those, they make it much easier to reproduce problems that appear on other machines.
In the Quick Start section of the Docker Containers for Bioconductor page, it is suggested to go to https://localhost:8787. However on my machine, I get an ERR_SSL_PROTOCOL_ERROR which is particularly confusing because the site looks very similar to a page if the application wasn't running:
The error goes away if you go to the standard http page at http://localhost:8787.
Hi Nitesh,
I just played around with the Docker containers to reproduce an error. Thank you very much for providing those, they make it much easier to reproduce problems that appear on other machines.
In the Quick Start section of the Docker Containers for Bioconductor page, it is suggested to go to
https://localhost:8787
. However on my machine, I get an ERR_SSL_PROTOCOL_ERROR which is particularly confusing because the site looks very similar to a page if the application wasn't running:The error goes away if you go to the standard http page at
http://localhost:8787
.Best, Constantin