簡體   English   中英

docker 無法運行scrapy-splash

[英]docker can't run scrapy-splash

I'm want to scrape dynamic content with splash and scrapy.When i follow the documentation for installation in Linux ' https://splash.readthedocs.io/en/stable/ ' I am not able to run the image with command: docker run -p 8050:8050 scrapinghub/splash我得到以下錯誤:

python3: can't open file '/app/bin/splash': [Errno 13] Permission denied

我不知道在哪里可以找到該文件來更改它的權限。

謝謝

當您安裝 docker 時,您是否將您的用戶添加到 docker 組? 如果沒有,請使用

usermod -aG docker <your-user-name>

然后運行

docker run -it -p 8050:8050 scrapinghub/splash

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM