Docker Cross Platform testing

Hello guys, I’m in need of help :smiling_face_with_tear:, have research days on end for docker with Cross Platform testing has anyone got any idea on how to do that, or does docker not supports Cross platform testing with selenium.

Any help and suggestion will be extremely appreciated, thank you!!!

Docker supports running containers on different platforms and you can also emulate ARM on an AMD64 CPU. I am not really familiar with Selenium, but I guess Selenium should support Docker and not the other way around.

How would you like Docker to support Selenium? What is the feature that you would like to see in Docker? How would that work if it existed?

Thank you for getting back to me :grin:

Definitely, the feasibility of various containers in docker to run on various platforms will be of great help. May I know if you have any video tutorials to recommend for this, because I’ve did quite extensive research and including looking through the whole git documentation, only able to learn how to deploy standalone and Hubs/Nodes. So currently I’m struggling with this. Any link I’ll be very appreciative.

If you search for “docker multi-arch” or “docker multip-platform” you will find many articles and probably videos. I don’t have a video about this yet. Some links from the documentation and the Docker blog:

Note that Docker Desktop just makes it easier to emulate architectures, but you can do it on any Linux.

https://www.stereolabs.com/docs/docker/building-arm-container-on-x86/

1 Like

Rimelek, thank you so much for getting back to me, I’m going to try this out, really appreciate it :smiling_face_with_three_hearts: :smiley: