rocker-org / rocker-versioned

Run current & prior versions of R using docker
https://hub.docker.com/r/rocker/r-ver
GNU General Public License v2.0
297 stars 169 forks source link

Update RStudio README instruction for adding Shiny server #252

Closed JayAchar closed 3 years ago

JayAchar commented 3 years ago

I've been trying to add the Shiny server to an RStudio container and struggled with the current instructions. I noticed some updated instructions from @cboettig in #219 given this was the error I was getting.

It seems that

RUN /rocker_scripts/install_shiny_server.sh

will work in all versions, so I've updated the instruction in the README to reflect this. Hope it might help someone else.