Skip to content

ishiland/docker-python-geosupport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run python-geosupport on any OS with Docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published