windows docker desktop 启动7.0.0-RC失败

我使用docker运行,docker-compose.yml如下,镜像是从https://hub.docker.com/ 拉取的。
services:
opengauss-7.0.0:
image: opengauss/opengauss:latest
privileged: true
ports:

  • 5432:5432
    environment:
    GS_PASSWORD: opGuass#12
    volumes:
  • ./data:/var/lib/opengauss

报错:
Message: The supplied GS_PASSWORD is meet requirements.

The program “gaussdb” is needed by gs_initdb but was not found in the

same directory as “/usr/local/opengauss/bin/gs_initdb”.

Check your installation.

/usr/local/opengauss/bin/gaussdb: error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory

no data was returned by command “”/usr/local/opengauss/bin/gaussdb" -V"

这应该是mot特性需要的库,需要在你环境上编一个不带mot的版本