Hello everyone,
Recently
when I deploy RM-Server with Docker on my local Desktop, there is an error occurring.
Envirroment:
Windows 10
Enterprise
Docker:
latest stable 2.3.0.4 (46911)
Download image:
development and testing purpose
Instruction according to docs.rapidminer.com/latest/deployment/docker-compose/
Done:
- Setting the
variables PUBLIC_URL and SSO_PUBLIC_URL in the .env file
- Mapping the
external port in the docker-compose.yml file at the rm-proxy-svc service
definition, because the default ones are occupied
- Running docker
network create jupyterhub-user-net-default
- Running docker-compose
up -d rm-init-svc
Question:
- After the
previous step, an error occurs: Creating
dev_rm-proxy-svc_1 ... error (Details seen in log file in attachment). What does
it about?
- I have the
RM Server locally, so I tried to use HTTP for PUBLIC_URL and SSO_PUBLIC_URL
variables at first and don’t use ssh. Does it matter for this error?
I am looking forward to the reply and thanks a lot!