so I have a Dockerfile from add_dockerfile_shinyproxy() ... what's next? #569
Replies: 1 comment 1 reply
-
Hey @ncardamo, I'm converting this issue to a discussion as I think it's not a bug or dev related but more about finding information on a specific topic :) Now that you have your container ready and build locally, here are the steps to follow.
That will create a docker image called
- id: my_golem_app
container-cmd: ["R", "-e", "mygolemapp::run_app()"]
container-image: myappimage
container-network: sp-example-net
The reason why there is no documentation so far on SP + Hope this helps, Colin |
Beta Was this translation helpful? Give feedback.
-
Hi,
New to Docker and Shinyproxy so this question could be due to a lack of knowledge on both of those fronts, but is there any documentation on how to construct a directory with the golem-created Dockerfile that can be interpreted by ShinyProxy?
My goal is to deploy my shiny app which is packaged using golem via Docker and Shinyproxy and the only documentation I'm seeing is without golem.
E.g. https://medium.com/analytics-vidhya/deploying-a-shiny-flexdashboard-with-docker-cca338a10d12
And https://towardsdatascience.com/an-open-source-solution-to-deploy-enterprise-level-r-shiny-applications-2e19d950ff35
I also saw Colin Fay's helpful article, but he also doesn't use golem: https://rtask.thinkr.fr/shiny-application-in-production-with-shinyproxy-docker-and-debian/
Beta Was this translation helpful? Give feedback.
All reactions