Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
epsilonfied opened this issue Sep 20, 2022 · 0 comments
Open

Comments

@epsilonfied
Copy link

epsilonfied commented Sep 20, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant