I'm trying to install Cassandra and DataStax-studio to access the Cassandra on my MacBook Pro M1
inside docker.
I was able to pull a Cassandra image and run container. But when I tried the studio I get this error. Seems the image is built only for intel architecture. I wasn't able to find a specific image for ARM architecture.
Is there a way I can still run DataStax Studio inside Docker running on Apple Mac M1 ?
Below are some terminal output for more clarification.
-MBP ~ % docker image ls
REPOSITORY TAG IMAGE ID CREATED SIZE
cassandra latest f6dfc8a5f3d8 7 days ago 393MB
datastax/dse-studio latest 79b8a4b75312 7 weeks ago 787MB
-MBP ~ % docker container run -d 79b8a4b75312
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
ce8d20bd23445a20869371fb8e5c8cefbb16e9c968aa1f2870b6b578b6a81e88
-MBP ~ % docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
112e980fe11c f6dfc8a5f3d8 "docker-entrypoint.s…" 13 minutes ago Up 13 minutes 7000-7001/tcp, 7199/tcp, 9042/tcp, 9160/tcp hungry_bohr
Update This link doesn't provide much help https://docs.datastax.com/en/install/6.0/install/installDSEDocker.html