How to pass --privileged=true to docker

Hi,

Due to some reasons, I need to run a docker container with --privileged=true.

However, I don’t know how to make ShinyProxy append that flag when starting a docker container.
Is it possible? Or, is there a workaround?

I really need this feature to deploy my shiny app…

Thanks

1 Like

Hi @Fu-Ching_Yang,

This option is currently not supported by ShinyProxy.
We’ll add it into the upcoming release.

Hi @Fu-Ching_Yang,

From the release notes of ShinyProxy 1.1.0:

  • […]
  • new property privileged which, if true allows to run the app containers in a privileged mode

See https://www.shinyproxy.io/downloads/ for more.

Best,
Tobias

1 Like