1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-08 04:04:18 +02:00
dockerfiles/scrapyd/README.md

18 lines
318 B
Markdown
Raw Normal View History

2014-12-01 15:19:37 +02:00
docker-scrapyd
==============
Dockerfile for building an image that runs [scrapyd][1].
Then monitor it with [supervisor][2].
## Building
$ docker build -t scrapyd .
## Running
$ docker run -p 6800:6800 -p 9001:9001 scrapyd
[1]: https://github.com/scrapy/scrapyd
[2]: http://admin:admin@localhost:9001