Shiny Proxy On CENTOS 7

Hello I am trying to run shiny proxy on centos. I found simmilar case on OS X but that did not helped my. My application.yml file is from Configuration site

My error:

Error
Status code: 500

Message: Failed to start container: java.util.concurrent.ExecutionException: javax.ws.rs.ProcessingException: org.apache.http.conn.HttpHostConnectException: Connect to 192.168.100.88:2375 [/192.168.100.88] failed: Connection refused

1 Like

On cento I have added the following line to docker config var/system/docker

other_args="-H tcp://0.0.0.0:2375 -H unix:///var/run/docker.sock"

It is inline with the Docker startup configuration
https://www.shinyproxy.io/getting-started/

However, on Centos as the above mentioned have to tweet a little.