Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 354 Bytes

File metadata and controls

13 lines (9 loc) · 354 Bytes

A docker container with the ability to wrap scrapers in something useful for OpenCorporates.

If you want to change it:

docker login
<edit stuff>
docker build -t opencorporates/morph-ruby .
docker push opencorporates/morph-ruby

If you want to play with the image interactively:

docker run -i -t opencorporates/morph-ruby /bin/bash