Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-07T03:22:34.000Z (about 4 years ago)
- Last Synced: 2024-11-25T08:39:01.320Z (3 months 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://dockeri.co/image/hollowman6/docker-pyqt5-spiders)](https://hub.docker.com/repository/docker/hollowman6/docker-pyqt5-spiders)
[![last-commit](https://img.shields.io/github/last-commit/HollowMan6/docker-pyqt5-spiders)](../../graphs/commit-activity)
[![release-date](https://img.shields.io/github/release-date/HollowMan6/docker-pyqt5-spiders)](../../releases)
[![](https://images.microbadger.com/badges/image/hollowman6/docker-pyqt5-spiders.svg)](https://microbadger.com/images/hollowman6/docker-pyqt5-spiders)[![Followers](https://img.shields.io/github/followers/HollowMan6?style=social)](https://github.com/HollowMan6?tab=followers)
[![watchers](https://img.shields.io/github/watchers/HollowMan6/docker-pyqt5-spiders?style=social)](../../watchers)
[![stars](https://img.shields.io/github/stars/HollowMan6/docker-pyqt5-spiders?style=social)](../../stargazers)
[![forks](https://img.shields.io/github/forks/HollowMan6/docker-pyqt5-spiders?style=social)](../../network/members)[![Open Source Love](https://img.shields.io/badge/-%E2%9D%A4%20Open%20Source-Green?style=flat-square&logo=Github&logoColor=white&link=https://hollowman6.github.io/fund.html)](https://hollowman6.github.io/fund.html)
[![GPL Licence](https://img.shields.io/badge/license-GPL-blue)](https://opensource.org/licenses/GPL-3.0/)
[![Repo-Size](https://img.shields.io/github/repo-size/HollowMan6/docker-pyqt5-spiders.svg)](../../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 .
```