1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-24 08:52:31 +02:00
dockerfiles/scrapyd/README.md

16 lines
228 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].
## Building
$ docker build -t scrapyd .
## Running
2015-05-28 15:36:39 +02:00
$ docker run -p 6800:6800 scrapyd
2014-12-01 15:19:37 +02:00
[1]: https://github.com/scrapy/scrapyd