Ejecutando Splash en Docker Command Line
# launch splash
sudo docker run -it -p 8050:8050 scrapinghub/splash
# check if splash is running by typing following in browser
localhost:8050
Mysterious Meerkat