rocker-org / rocker-versioned2

Run current & prior versions of R using docker. rocker/r-ver, rocker/rstudio, rocker/shiny, rocker/tidyverse, and so on.
https://rocker-project.org
GNU General Public License v2.0
419 stars 181 forks source link

Unable to connect to the R Session on Mac #713

Closed anleopa closed 1 year ago

anleopa commented 1 year ago

Container image name

rocker/rstudio:latest

Container image digest

rocker/rstudio@sha256:e2c479fd17a6caca31dd85832d6b4155173723adea36786170a370b195bbb245

What operating system are you seeing the problem on?

macOS

System information

Bug description

Cannot access the RStudio environment. Error message:

"Could not connect to the R Session on R Studio Server. Unable to connet to service(1)."

How to reproduce this bug?

docker container run --platform linux/amd64 --rm -dt -ti -e DISABLE_AUTH=true -p 8787:8787 --name rstudio rocker/rstudio
eitsupi commented 1 year ago

Duplicate of #144

Please

  1. Use linux/arm64 platform image
  2. Not to use RStudio Server
anleopa commented 1 year ago

Thanks for the reply but I don’t fully understand the answer. Following the thread of Issue 144 it says:rocker/rstudio:latest arm64 image has been pushed to DockerHub today.I thought that downloading this image will solve the problem. This is the image I have downloaded and it still doesn’t work. What does “not to use RStudio Server” means?El 17 oct 2023, a las 13:06, eitsupi @.***> escribió: Duplicate of #144 Please

Use linux/arm64 platform image Not to use RStudio Server

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

eitsupi commented 1 year ago

Ah, sorry if it's hard to understand. This meant that there were two workarounds.

anleopa commented 1 year ago

Oh! Thanks! 😅And what is the Linux/amd64 image. I thought it was the one tagged as latest.El 18 oct 2023, a las 14:23, eitsupi @.***> escribió: Ah, sorry if it's hard to understand. This meant that there were two workarounds.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>

eitsupi commented 1 year ago

what is the Linux/amd64 image. I thought it was the one tagged as latest.

See the Docker's docs https://docs.docker.com/build/building/multi-platform/

anleopa commented 1 year ago

Great! Thanks!El 18 oct 2023, a las 14:47, eitsupi @.***> escribió:

what is the Linux/amd64 image. I thought it was the one tagged as latest.

See the Docker's docs https://docs.docker.com/build/building/multi-platform/

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>