-
Docker镜像: RStudio Shiny Server for shiny-server-docker
资源介绍
RStudio Shiny Server 的 Docker 镜像
当前版本:1.2.3.368
示例用法
$ git clone https://github.com/rstudio/shiny-examples.git
# Run shiny-server container and expose 3838 port to host
$ docker run -d \
-v $(pwd)/shiny-examples:/srv/shiny-server \
-p 3838:3838 \
pshevtsov/shiny-server
在浏览器的 3838 端口打开服务器,例如