Hi there,
I am trying to use scrattch through Docker. I have tried to use this image on two different computers, and have gotten the same error when I run the image.
I don't fully understand the error, but it seems like something with setting up R is working:
2025-04-07 14:46:29 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. 2025-04-07 14:46:29 [s6-init] ensuring user provided files have correct perms...exited 0. 2025-04-07 14:46:29 [fix-attrs.d] applying ownership & permissions fixes... 2025-04-07 14:46:29 [fix-attrs.d] done. 2025-04-07 14:46:29 [cont-init.d] executing container initialization scripts... 2025-04-07 14:46:29 [cont-init.d] 01_set_env: executing... 2025-04-07 14:46:29 skipping /var/run/s6/container_environment/HOME 2025-04-07 14:46:29 skipping /var/run/s6/container_environment/RSTUDIO_VERSION 2025-04-07 14:46:29 [cont-init.d] 01_set_env: exited 0. 2025-04-07 14:46:29 [cont-init.d] 02_userconf: executing... 2025-04-07 14:46:29 2025-04-07 14:46:29 2025-04-07 14:46:29 The password is set to xooth4lo6ahShax9 2025-04-07 14:46:29 If you want to set your own password, set the PASSWORD environment variable. e.g. run with: 2025-04-07 14:46:29 docker run -e PASSWORD=<YOUR_PASS> -p 8787:8787 rocker/rstudio 2025-04-07 14:46:29 2025-04-07 14:46:29 2025-04-07 14:46:29 [cont-init.d] 02_userconf: exited 0. 2025-04-07 14:46:29 [cont-init.d] done. 2025-04-07 14:46:29 [services.d] starting services 2025-04-07 14:46:29 [services.d] done. 2025-04-07 14:46:29 tput: No value for $TERM and no -T specified 2025-04-07 14:46:29 tput: No value for $TERM and no -T specified
In line with this, when I try running "rstudio-server start", nothing happens except for the following printout in the terminal:
TTY detected. Printing informational message about logging configuration. Logging configuration loaded from '/etc/rstudio/logging.conf'. Logging to 'syslog'. TTY detected. Printing informational message about logging configuration. Logging configuration loaded from '/etc/rstudio/logging.conf'. Logging to 'syslog'.
I also don't see rstudio-server in the bin folder, which I thought suggested that there is not a fully functional install.
I am using the latest version of Docker Desktop (4.40.0), and the latest version of scrattch(1.1.2).
Thank you in advance!
Hi there,
I am trying to use scrattch through Docker. I have tried to use this image on two different computers, and have gotten the same error when I run the image.
I don't fully understand the error, but it seems like something with setting up R is working:
2025-04-07 14:46:29 [s6-init] making user provided files available at /var/run/s6/etc...exited 0. 2025-04-07 14:46:29 [s6-init] ensuring user provided files have correct perms...exited 0. 2025-04-07 14:46:29 [fix-attrs.d] applying ownership & permissions fixes... 2025-04-07 14:46:29 [fix-attrs.d] done. 2025-04-07 14:46:29 [cont-init.d] executing container initialization scripts... 2025-04-07 14:46:29 [cont-init.d] 01_set_env: executing... 2025-04-07 14:46:29 skipping /var/run/s6/container_environment/HOME 2025-04-07 14:46:29 skipping /var/run/s6/container_environment/RSTUDIO_VERSION 2025-04-07 14:46:29 [cont-init.d] 01_set_env: exited 0. 2025-04-07 14:46:29 [cont-init.d] 02_userconf: executing... 2025-04-07 14:46:29 2025-04-07 14:46:29 2025-04-07 14:46:29 The password is set to xooth4lo6ahShax9 2025-04-07 14:46:29 If you want to set your own password, set the PASSWORD environment variable. e.g. run with: 2025-04-07 14:46:29 docker run -e PASSWORD=<YOUR_PASS> -p 8787:8787 rocker/rstudio 2025-04-07 14:46:29 2025-04-07 14:46:29 2025-04-07 14:46:29 [cont-init.d] 02_userconf: exited 0. 2025-04-07 14:46:29 [cont-init.d] done. 2025-04-07 14:46:29 [services.d] starting services 2025-04-07 14:46:29 [services.d] done. 2025-04-07 14:46:29 tput: No value for $TERM and no -T specified 2025-04-07 14:46:29 tput: No value for $TERM and no -T specifiedIn line with this, when I try running "rstudio-server start", nothing happens except for the following printout in the terminal:
TTY detected. Printing informational message about logging configuration. Logging configuration loaded from '/etc/rstudio/logging.conf'. Logging to 'syslog'. TTY detected. Printing informational message about logging configuration. Logging configuration loaded from '/etc/rstudio/logging.conf'. Logging to 'syslog'.I also don't see rstudio-server in the bin folder, which I thought suggested that there is not a fully functional install.
I am using the latest version of Docker Desktop (4.40.0), and the latest version of scrattch(1.1.2).
Thank you in advance!