Docker安装RStudio

1
2
proxychains4 docker pull arturklauser/raspberrypi-rstudio-server:1.2.5019-buster-buildx
docker run --rm --name rserver -v /mnt/data:/home/rstudio -p 18787:8787 -d arturklauser/raspberrypi-rstudio-server:1.2.5019-buster-buildx
1
2
3
4
5
6
[web07]
type = http
local_ip = 127.0.0.1
local_port = 18787
use_compression = true
subdomain = rstudio4

user name: rstudio passwd: raspberry

**
raspberrypi-rstudio**:https://github.com/ArturKlauser/raspberrypi-rstudio


Docker安装RStudio
https://b.limour.top/575.html
Author
Limour
Posted on
March 10, 2021
Licensed under