Skip to content

yencarnacion/simple-libpostal-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

simple-libpostal-docker

Docker executable container for libpostal

License

This work (simple-libpostal-docker) is licensed by Yamir Encarnación <yencarnacion@webninjapr.com> under the MIT License. See LICENSE.txt

Dockerfile

Use this to build a new image

$ docker build .

With a tag for easier reuse

$ docker build  -t <your username>/simple-libpostal-docker .

Running the container

$ docker run --rm -ti <your username>/simple-libpostal-docker <Address you want parsed>
e.g., docker run --rm -ti yencarnacion/simple-libpostal-docker Pearson VUE Test Center, Calle C 475, DASE Building - Suite 502, Guaynabo, PR 00969

Last built successfully on February 13, 2017.

Releases

No releases published

Packages

No packages published