Hello,
I´m trying to install the docker on CentOS.
I´ve got the DOCKER on site using an APACHE PROXY.
The system starts, but didn't find the WS (socket).
RewriteEngine On
RewriteCond %{HTTP:Connection} Upgrade [NC]
RewriteCond %{HTTP:Upgrade} websocket [NC]
RewriteRule /(.*) ws://localhost:4000/$1 [P,L]
ProxyRequests On
I´ve tried also use it as a link:
# DSPACE 7.0
Is there any actual docker DSPACE available?
Thx
Cerceau