Skip to content

MartinAnt/docker-scrapy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

docker-scrapy

Build the image

TMP="$(mktemp -d)" \
  && git clone https://github.com/MartinA1/docker-scrapy.git "${TMP}" \
  && cd "${TMP}" \
  && git checkout 0.0.5 \
  && sudo docker build -t scrapy:0.0.3 . \
  && cd -

Usage:

docker run --rm -t -i -v $(pwd):/scrapy/projects scrapy:0.0.3

This is same as using scrapy command directly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages