1. 程式人生 > >Docker的安裝和scrapy-splash的安裝

Docker的安裝和scrapy-splash的安裝

tail pin .html bsp hub www. win ash log

docker在linux裏的安裝非常簡單

http://get.daocloud.io/#install-docker-for-mac-windows

在windows裏可參考

https://blog.csdn.net/qq2712193/article/details/54576313

http://www.runoob.com/docker/centos-docker-install.html

安裝splash

sudo docker run -p 8050:8050 scrapinghub/splash

也可以後臺運行(-d)

sudo docker run -d -p 8050:8050 scrapinghub/splash

Docker的安裝和scrapy-splash的安裝