Is it possible to deploy a container that has both the app and shinyproxy in the same container?

Hello!
As the title suggests, i want to create a container that has both the app and shinyproxy. Is this possible?
I want to be able to run a single container that deploys shinyproxy and calls the app from within the same container.

Shinyproxy works by starting docker containers which run a shiny app inside them. The two ways to do what you’re describing are to either have shinyproxy and a non-shinyproxy shiny app inside a container, or to have shinyproxy creating containers inside its own container which is presumably undesirable for a number of reasons.

1 Like