I'm trying to run the bioconductor Docker images. On a terminal, I use this command to run an image on the port 8787:
sudo docker run -d -p 8787:8787 -e PASSWORD=pass bioconductor/bioconductor_docker:RELEASE_3_15
Then in a browser, I go to http://<my server>:8787, where I'm able to log in to Rstudio-server. This works when using the tags RELEASE_3_15, RELEASE_3_14, and older tags.
However, this does NOT work, when using RELEASE_3_16 or any newer tags. I get the following error message:
Hmmm...this page is not available
<my server> refused a connection.
Try the following:
Search Bing for <my server>
Check the connection
Check proxy and firewall
ERR_CONNECTION_REFUSED
Is there something I need to do extra on the server side?
localhost/8787
should be the path to add to your browser if running locally.Thanks for the reply. I'm not running locally; instead I run the image on a server that can be accessed by browser within my institution. This type of address (
http://<my server>:8787
) works with bioconductor docker images <= version 3.15, as well as with the shiny apps I deploy from docker images.