2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-31 18:17:25 +01:00
Files
dockerfiles_vimagick/scrapyd/README.md
2015-05-28 21:36:39 +08:00

16 lines
228 B
Markdown

docker-scrapyd
==============
Dockerfile for building an image that runs [scrapyd][1].
## Building
$ docker build -t scrapyd .
## Running
$ docker run -p 6800:6800 scrapyd
[1]: https://github.com/scrapy/scrapyd