Hello all. How are you? Hopefully all goes great !!
I am having difficulties to start up the datastax/dse-studio in mac m1 (arm64 platform)
To reproduce the error
- arm64 platform (mac m1, mac m1x)
- Docker version 20.10.8
- dse-studio docker image: https://hub.docker.com/layers/datastax/dse-studio/latest/images/sha256-d53e816ff932f065251ddfbdefeaf708354630c2eaaee04fe7d9da0d963d8540?context=explore
docker run -e DS_LICENSE=accept -p 9091:9091 --memory 1g --name test -d datastax/dse-studio
- You get the same error, trying to force with amd64 platform
docker run -e DS_LICENSE=accept -p 9091:9091 --memory 1g --name test --platform linux/amd64 -d datastax/dse-studio
It tries to start the studio, but after some minutes ...
Starting DataStax Studio Starting Studio. This may take a few minutes. You will be notified here when Studio is ready. Importing environment variables file bin/setenv.sh Starting ========== #======== # A fatal error has been detected by the Java Runtime Environment: ....
Is there some workaround about how to start dse/studio? Some planned arm64 image?
Thanks in advanced
Kind regards