RStudio on Docker container
below the docker-compose.yml file content: services: RStudio_1: image: rocker/rstudio:4.3.3 container_name: RStudio_1 restart: always ports: – 6001:8787 volumes: – RStudio_project_1:/home/rstudio – RStudio_Library_1:/usr/local/lib/R/site-library environment: – TZ=Europe/Rome -… Leggi tutto »RStudio on Docker container