Currently, I am trying to install RapidMiner AI Hub via docker on windows os.
By the way, when I install docker, the problem occurs in the 'rm_deploy_rm-proxy-svc_1' container.
The log appears as below.
----------------------------------------------------------------------------------------------------------------
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
...2022-09-07T07:18:14.681939000Z Generating DH parameters, 2048 bit long safe prime, generator 2
This is going to take a long time
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
[entrypoint.sh] No dhparam found, generating 2048 bit dhparam file:
[ERROR]: Unsupported containerisation platform
I've tried searching for this problem but can't find a solution.
----------------------------------------------------------------------------------------------------------------
The docker memory settings are set as shown in the figure below.


When installing Docker, the PUBLIC_DOMAIN, PUBLIC_URL, SSO_PUBLIC_URL, SERVER_LICENSE, GO_LICENSE parts were changed in the .env file, and the TABGO part was deleted because it was not applicable.
The PC with AI Hub installed is the Windows 10 Pro version and has 28GB of RAM.
What could be causing the problem?
Could it be that installing on Windows is a problem?
Is it a solvable problem if I install it on linux?
Please help.