pirate
pirate copied to clipboard
Portable applications
The rstudio-server
stack was designed to work on a single host, not a cluster. It uses bind mounts to support renv
and link projects with the shiny-server
stack. This means that if you were to deploy shiny-server
containers to other hosts, it would fail because it wouldn't have the existing folder structure for renv
and the projects.
For now, I dedicate a single node to shiny applications but in the future, it would be nice to dedicate multiple hosts.