mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-27 02:09:06 +02:00
16 lines
228 B
Markdown
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
|
||
|
|