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
So I've been having a bit of trouble with setting updocker and splashr on my Windows 10 Home computer. I think I installed Docker correctly, but for some reason, I can only use splashr when I run
docker
splashr
docker pull scrapinghub/splash:3.0 docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 scrapinghub/splash:3.0
in the Docker Quickstart Terminal.
This is okay, but I can't use start_splash() or stop_splash(), as I can't get install_splash() to work. Here's my error:
start_splash()
stop_splash()
install_splash()
Any idea what I should do/if this is even an issue?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
So I've been having a bit of trouble with setting up
dockerandsplashron my Windows 10 Home computer. I think I installed Docker correctly, but for some reason, I can only usesplashrwhen I runin the Docker Quickstart Terminal.
This is okay, but I can't use
start_splash()orstop_splash(), as I can't getinstall_splash()to work. Here's my error:Any idea what I should do/if this is even an issue?
The text was updated successfully, but these errors were encountered: