Open
Description
I have just switched my base OS from Fedora 36 to 37 and encountered the following:
-
When executing
podman run \ -d \ -p 127.0.0.1:8787:8787 \ -v /tmp:/tmp \ -e ROOT=TRUE \ -e DISABLE_AUTH=TRUE \ docker.io/bioconductor/bioconductor_docker
the container comes up fine, but using a browser, the RStudio server instance can't be reached. The spinner shows up, but then:
Could not connect to the R session on RStudio server.
Unable to connect to service (1) -
When doing the same thing using
docker.io/rocker/rstudio:devel
, the base image to the bioconductor one, all is fine. -
Additionally all is fine when I build the bioconductor image locally...
I have been unable to debug this. Does anyone have any insight into why Fedora 37 might bulk at the BC image from dockerhub (and all containers that are based on it and still around from before the 36/37 switch).
Metadata
Metadata
Assignees
Labels
No labels