https://github.com/hollowman6/docker-pyqt5-spiders
My docker image to run my Python based APPs / Spiders. (运行我的Python程序/爬虫的Docker镜像)
https://github.com/hollowman6/docker-pyqt5-spiders
docker-image
Last synced: 3 months ago
JSON representation
My docker image to run my Python based APPs / Spiders. (运行我的Python程序/爬虫的Docker镜像)
- Host: GitHub
- URL: https://github.com/hollowman6/docker-pyqt5-spiders
- Owner: HollowMan6
- License: gpl-3.0
- Created: 2020-08-28T02:53:51.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T03:22:34.000Z (over 5 years ago)
- Last Synced: 2025-01-25T06:26:09.080Z (over 1 year ago)
- Topics: docker-image
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/hollowman6/docker-pyqt5-spiders
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker pyQT5 Spiders image 镜像
[](https://hub.docker.com/repository/docker/hollowman6/docker-pyqt5-spiders)
[](../../graphs/commit-activity)
[](../../releases)
[](https://microbadger.com/images/hollowman6/docker-pyqt5-spiders)
[](https://github.com/HollowMan6?tab=followers)
[](../../watchers)
[](../../stargazers)
[](../../network/members)
[](https://hollowman6.github.io/fund.html)
[](https://opensource.org/licenses/GPL-3.0/)
[](../../archive/master.zip)
My docker image to run my Python based APPs / Spiders.
运行我的Python程序/爬虫的Docker镜像
Tested on Linux
经过测试,在Linux上可用
https://github.com/HollowMan6/docker-pyqt5-spiders
https://hub.docker.com/r/hollowman6/docker-pyqt5-spiders
## How to use it 使用方法
**Run 运行**
```bash
docker run -it --privileged \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-v $(pwd)/{{your python files directory}}:/app \
-e DISPLAY=$DISPLAY \
-u hollowman \
hollowman6/docker-pyqt5-spiders python3 {{your python files}}
```
Note: Please replace content `{{...}}` with your own need.
注意:请将`{{...}}`替换为你的需要内容
**Build 创建**
```bash
docker build -t hollowman6/docker-pyqt5-spiders .
```