mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
.. | ||
001-scrapyd | ||
Dockerfile | ||
README.md | ||
requirements.txt | ||
supervisord.conf |
docker-scrapyd
Dockerfile for building an image that runs scrapyd.
Then monitor it with supervisor.
Building
$ docker build -t scrapyd .
Running
$ docker run -p 6800:6800 -p 9001:9001 scrapyd