1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
This commit is contained in:
kev 2015-05-28 21:36:39 +08:00
parent db6fae1906
commit 19c92a2454

@ -2,7 +2,6 @@ docker-scrapyd
==============
Dockerfile for building an image that runs [scrapyd][1].
Then monitor it with [supervisor][2].
## Building
@ -10,8 +9,7 @@ Then monitor it with [supervisor][2].
## Running
$ docker run -p 6800:6800 -p 9001:9001 scrapyd
$ docker run -p 6800:6800 scrapyd
[1]: https://github.com/scrapy/scrapyd
[2]: http://admin:admin@localhost:9001