Skip to content

openc/morph-docker-ruby

 
 

Repository files navigation

morph-docker-ruby

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

Development

Make your local changes and then

docker build --no-cache -t opencorporates/morph-ruby .
docker run -i -t opencorporates/morph-ruby /bin/bash

Releasing

Login to the VPN, then:

ssh openc@morph1
cd ~/morph-docker-ruby
git checkout master
git pull --rebase
docker build --no-cache -t docker-registry.opencorporates.com/opencorporates/morph-ruby .
docker push docker-registry.opencorporates.com/opencorporates/morph-ruby

morph-docker-python depends on this docker image, so you should also build that. See the README in that repo.

About

Docker image for running Ruby scrapers in Morph

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 80.2%
  • Ruby 19.8%