I am starting out with Linux(Ubuntu) + docker. See http://splash.readthedocs.org/en/stable/install.html#linux-docker
Installed docker
Pulled the scrapinghub/splash (what does this do??)
Can you please help me understand what actually happens when I run command
sudo docker run -p 5023:5023 -p 8050:8050 -p 8051:8051 scrapinghub/splash
? Because I was using this and the splash rendered no page at all. Not even google.com (which it suggests on the main page). There was a constant timeout error. I increased themax-timeout 3600
at starting docker but it did not work. The FAQ here http://splash.readthedocs.org/en/stable/faq.html says "Splash instance could be overloaded". What splash instance. Am I not using a local version over here? It might be a naive question but I can't just get it to work for any website.
Now I am going to try the Ubuntu manual version. (Doing the installations right now. Will let you know the outcome. But what would this option do?
Thanks