# scrapy_selenium_pracitice **Repository Path**: chandler2code/scrapy_selenium_pracitice ## Basic Information - **Project Name**: scrapy_selenium_pracitice - **Description**: scrapy+selenium练习库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-19 - **Last Updated**: 2021-05-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 打包镜像 ```bash docker build -t scrapy_selenium:0.1 . ``` ## 启动命令 ```bash docker run --rm -d --name scrapy_selenium \ -p 5000:5000 \ -v /home/flaskweb/flask_logs:/home/flaskweb/flask_logs \ -v /home/data:/app/scrapy_selenium/data \ scrapy_selenium:0.1 ```