Create an rstudio image on M1 Mac like rocker/rstudio.
Clone this repository, build image, run container, and access to rstudio server with browser.
git clone https://github.com/yu9824/rstudio.git
sh docker/build.sh
sh docker/run.sh
Access to http://localhost:8787 and login with your id and password.
If you change nothing, both of them are rstudio
.