Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 1.21 KB

readme.md

File metadata and controls

21 lines (19 loc) · 1.21 KB

docker-python-geosupport Build Status

Spin up a Docker container to geocode NYC addresses fast and securely using python-geosupport and DCP's Geosupport Desktop Edition.

What do I need?

  • Docker. If you never used Docker before, you may want to take a few minutes to get familiar with it.
  • Local storage. At the time of this writing the built docker container takes up 2.2 GB.

Build the container

> git clone https://github.com/ishiland/docker-python-geosupport.git
> docker build -t=ishiland/geosupport docker-python-geosupport

Run the container

> docker run -it ishiland/geosupport

This will open up the shell command inside the running container where you run python-geosupport against the installed Geosupport Desktop.

Run with tests

> docker run -it ishiland/geosupport /bin/sh test.sh