scrapinghub / splash

Lightweight, scriptable browser as a service with an HTTP API
BSD 3-Clause "New" or "Revised" License
4.04k stars 507 forks source link

Running splash on Linux 32bit. Have running docker on the machine. #1161

Open epsilonfied opened 1 year ago

epsilonfied commented 1 year ago

I have a Linux 32bit machine. Docker doesn't support this architecture, but this SO answer did help running docker on my 32bit. However the splash image seems to be for 64 bit only.

I ran the commands from the docs sudo docker pull scrapinghub/splash sudo docker run -it -p 8050:8050 --rm scrapinghub/splash

I get warning while running the container regarding the splash architecture

WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/386) and no specific platform was requested standard_init_linux.go:228: exec user process caused: exec format error failed to resize tty, using default size

Can I also get splash running on my 32bit, somehow?